Answers for "can we use tailwind css in react"

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

tailwind css in react

npx tailwindcss-cli@latest init
Posted by: Guest on August-19-2021

Code answers related to "can we use tailwind css in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language