npx create-react-app myproject_name;
There are assets for this project that has been used here :- click here for Assets.
npm install -D tailwindcss
npx tailwindcss init
module.exports = {
content:` ["./src/**/*.{html,js}"]`,
theme: {
extend: {},
},
plugins: [],
}
@tailwind base;
@tailwind components;
@tailwind utilities;