Spot the bug in the Tailwind CSS 4 entry

from Tailwind CSS
Tailwind CSS 4.3.3 beginner 3 min 1 issue to find

Why is this not the normal Tailwind CSS 4 stylesheet entry?

CSS
@tailwind base;
@tailwind components;
@tailwind utilities;

.card {
  @apply rounded-lg p-4;
}
Open in playground
Report an error