Test
by joshmoto
HTML
<div class="bg-red-600/40 text-xl m-4 p-3 font-bold">
Sup bitch
</div>
Tailwind CSS
body {
@apply bg-[red];
}
by joshmoto
<div class="bg-red-600/40 text-xl m-4 p-3 font-bold">
Sup bitch
</div>
body {
@apply bg-[red];
}