so basically tailwind classes is not working on the vite react app
output
Hello!
maybe this will solve your problem
This is the official setup for Vite + Tailwindcss
I see you are missing files from the official setup which might cause the problem.
you can simply run
npm install -D tailwindcss postcss autoprefixer
in your existing app, that will update your files.



