Use Astro instead of HTML for developing the web pages.
terminal: npm init astro //Installs the default astro page
terminal: npm install //Installs astro dependencies
terminal: npx astro add tailwind //Adds tailwind support
terminal: npm run dev //Starts a dev server
VS Code: Install Astro Extension