My Personal Website Built with HTML and Tailwind CSS v4. Getting Started Installation Install the development dependencies (Tailwind CLI): npm install Development To watch for CSS changes during development: npm run dev Production Build To compile and minify the CSS for deployment: npm run build