This is a minimal project that demonstrates how to set up and use TailwindCSS with plain HTML5. It serves as a foundational starting point for quickly styling HTML without the need for additional JavaScript frameworks or libraries.
- TailwindCSS for utility-first CSS styling.
- Clean and minimal HTML5 structure.
- Easy to set up and extend for simple projects.
├── src/index.html # Main HTML file
├── tailwind.config.js # TailwindCSS configuration file
├── src/input.css, output.css # TailwindCSS styles (input for PostCSS)
├── package.json # Node.js dependencies and scripts
├── postcss.config.js # PostCSS configuration file
└── assets/ # For static files