Answers for "tailwind css in reactjs"

CSS
0

install tailwind css in react

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

tailwind css in react

/* ./src/index.css */
@tailwind base;
@tailwind components;
@tailwind utilities;
Posted by: Guest on August-28-2021

Browse Popular Code Answers by Language