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

Use the npx tailwindcss command to watch changes in the -i input file and generate the -o output file.

View All