</head>
=======
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <style>
        /* Make table header sticky */
        thead tr {
            position: sticky;
            top: 0;
            background-color: #374151; /* Tailwind bg-gray-700 */
            z-index: 10;
        }
    </style>
</head>
