Stopping and restarting the Bun dev server often fixes Tailwind v4 not applying in a Next.js app inside a Turborepo because Bun’s watcher can miss config or file-change events.
Fix:
# Stop dev server (Ctrl+C), then restart bun dev