DEV Community

Discussion on: How to set up tailwindcss with create-react-app + jit feature

Collapse
 
akov profile image
Ako • Edited

install postcss-cli using npm i -D postcss-cli@latest, then run your app using npm run dev.
Sorry I forgot to include postcss-cli in installation part.

Collapse
 
hectorlopezv profile image
hector vinicio lopez

it works!! thanksss live saverr

Thread Thread
 
akov profile image
Ako

Your welcome 😃