@tailwind base;@tailwind components;@tailwind utilities;@layer base { h1 { @apply text-3xl; } h2 { @apply text-2xl; } h3 { @apply text-xl; } a { @apply underline text-blue-600 hover:text-blue-800 visited:text-purple-600 }}@layer components { a.no-link { @apply text-inherit no-underline hover:underline; }}
References: