JSFiddle - React, Tailwind, and code Playground
by Vallek
HTML
<div class="body home"></div>
CSS
@layer global, components, override
@layer global {
.body {
background-color: purple;
}
}
@layer components {
.home {
background-color: green;
}
}