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;
}
by oti ext
<div class="test" id="test">aaaaaaaaaaaa</div>
#test {
color: red !important;
}
.test {
color: blue !important;
}