Answers for "install tailwind cssreact"

CSS
1

how to properly install tailwind css in react

@import "tailwindcss/base";

@import "tailwindcss/components";

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

how to properly install tailwind css in react

npx create-react-app react-tailwindcss && cd react-tailwindcss
Posted by: Guest on December-24-2020

Browse Popular Code Answers by Language