JSFiddle - React, Tailwind, and code Playground

by sridhar reddy

HTML

<div class="label">
label
</div>

CSS

.label {
  color: red;
}
div.label {
  color: black;
}
div {
  color: green !important;
}