79740572

Date: 2025-08-20 02:46:56
Score: 1
Natty:
Report link

If you are using vite bundler and version@3 so you have to run these 2 commands

npm install -D tailwindcss@3 postcss autoprefixer
npx tailwindcss init -p

after this there is file name postcss.config.js than add in content

content: ["./src/**/*.{js,ts,jsx,tsx}"],

your problem will solve!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anil Daal