This is a project which is made with Tailwind CSS.
Install dependencies
npm install
Run the Tailwind to compile the input.css during development. The output file is css/main.css
npm run watch
To build once run;
npm run build
Then run;
npm run watch