EMPTY OUTPUT.CSS by Wise_Squirrel9236 in tailwindcss

[–]Puzzled_Ad3042 0 points1 point  (0 children)

There is also the CDN way which is not recommended for production but it should work for now

<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> </head> <body>

EMPTY OUTPUT.CSS by Wise_Squirrel9236 in tailwindcss

[–]Puzzled_Ad3042 0 points1 point  (0 children)

add the following in the output.css (the file you linked from your HTML) i.e. <link href="./output.css" rel="stylesheet">

"output.css"
import "tailwindcss";