JSFiddle - React, Tailwind, and code Playground
HTML
<div class="label">
label
</div>
CSS
.label {
color: red;
}
div.label {
color: black;
}
div {
color: green !important;
}
<div class="label">
label
</div>
.label {
color: red;
}
div.label {
color: black;
}
div {
color: green !important;
}