@tailwind base; @tailwind components; @tailwind utilities; @layer components { .custom-underline-blue { @apply border-b-4 border-blue-400; } .custom-underline-red { @apply border-b-4 border-red-400; } }