Answers for "using tailwind in a react css module"

3

how to properly install tailwind css in react

@import "tailwindcss/base";

@import "tailwindcss/components";

@import "tailwindcss/utilities";
Posted by: Guest on December-24-2020
0

install tailwind css in react

npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init
Posted by: Guest on January-30-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language