Create Tailwindcss HTML boilerplate for new project.
Firstly Install the create-tailwind npm package with global.
npm i -g create-tailwind
Secondly run the create-tailwind command in your terminal.
npx create-tailwind <project-name>