JSFiddle - React, Tailwind, and code Playground
by Łukasz Bącik
HTML
<p id="thing">Will be RED.</p>
CSS
p {
color: red !important;
}
#thing {
color: green;
}
by Łukasz Bącik
<p id="thing">Will be RED.</p>
p {
color: red !important;
}
#thing {
color: green;
}