JSFiddle - React, Tailwind, and code Playground
HTML
<div id="app" class="app" style="color: grey">
This is an app
</div>
CSS
div {
color: green !important;
}
#app {
color: blue;
}
.app {
color: red;
}
<div id="app" class="app" style="color: grey">
This is an app
</div>
div {
color: green !important;
}
#app {
color: blue;
}
.app {
color: red;
}