@tailwind base; @tailwind components; @tailwind utilities; @layer components { .link { @apply hover:underline text-blue-500; } }