1 2 3 4 5 6 7
<style type="text/tailwindcss"> @layer components { .some-class { @apply px-4 py-6 md:py-0 hover:bg-yellow-500 md:hover:bg-transparent text-white duration-500; } } </style>