Skip to content
Advertisement

Tag: postcss

tailwindcss 3 is not loading css in react

i have been using tailwindcss 2 but i wanted to upgrade to 3. I followed their tutorial but is not working i dont know why. tailwind.config.js postcss.config.js index.css index.css is imported in index.tsx. index.tsx file package.json Text.jsx Answer I found the issue, you need to update react-scripts to the latest update npm install react-scripts@latest

Advertisement