admin管理员组

文章数量:1289834

I'm trying to set up a simple Tailwind CSS project locally. Everything works fine on the Tailwind Playground or if I use:

<script src="/@tailwindcss/browser@4"></script>

When I do that, the page displays as expected. However, if I remove that script tag and instead include my locally compiled Tailwind file with:

<link href="./output.css" rel="stylesheet">

all the styling is lost — the page shows up in Times New Roman with no colors or Tailwind classes applied.

Here's my folder structure and configuration:

本文标签: nodejsMy Tailwind CSS does not showing colorboxes or anything Its just plainStack Overflow