GitHub Pages: How to Convert a Temporary cdn.tailwindcss.com or cdn.jsdelivr.net-Based Tailwind Site to a Permanent GitHub Actions Workflow-Based Site
This guide will show you how to permanently set up Tailwind CSS for your static HTML site using a GitHub Actions workflow. It includes configuration and troubleshooting.
This guide assumes that you already have the following line of code in the <head> section of your HTML file, per the official CDN setup instructions.
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>