The recommended way of directly including Tailwind CSS according to their documentation is to add
<script src="https://cdn.tailwindcss.com"></script>
to the HTML head. But when I open a stack snippet and try to insert this URL https://cdn.tailwindcss.com as external library, it says:
Is there a way to add external libraries that don't end with .css or .js?


scriptorstyletag, you could probably append#.jsof#.cssif you really wanted to use that input.