Learn Tailwindcss

How to build output.css

Run the CLI tool to scan your template files for classes and build your CSS:

npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch