This project uses vite, so just do:
npm run dev
And then run the tailwind cli watcher
npx tailwindcss -i ./input.css -o ./dist/output.css --watch
classExample < Componentdefdata{current_text: 'Test'}enddefwatch_current_text(new_value)puts"Current text changed into #{new_value}!"enddefrenderdivdotextcurrent_textendinputmodel: :current_text,class_name: 'some_class',type: 'text'endend