JSFiddle - React, Tailwind, and code Playground

by oti ext

HTML

<div class="test" id="test">aaaaaaaaaaaa</div>

CSS

#test {
  color: red !important;
}

.test {
  color: blue !important;
}