Tailwind isn't working on React project
Im doing a project using React and Tailwind, and at the moment that im styling a component the only classname that works is bg-red-500, can anyone help me? I tried using any other color like bg-blue-500 and that's not working
Solution
That's probably part of the problem, try rerunning
npx tailwindcss init -p to get the postcss.config.js file