JSFiddle - React, Tailwind, and code Playground
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;
}
<div class="red" id="red" style="color: grey">
This is a div.
</div>
div {
color: red !important;
}
#red {
color: green !importan;
}
.red {
color: blue;
}