Reactjs – tailwindcss not applying styles in React Project
I'm trying to use tailwindcss in my React Project developed through Vite. But it's not working. Let me explain the process step by step. At first, I run following commands: npm install -D tailwindcss npx tailwindcss init Then, added following…