JSFiddle - React, Tailwind, and code Playground

by Pratik Galoria

HTML

<div class="red" id="red" style="color: grey">
This is a div.
</div>

CSS

div {
  color: red !important;
}

#red {
  color: green !importan;
}

.red {
  color: blue;
}