JSFiddle - React, Tailwind, and code Playground
HTML
<div>Hello, world!</div>
CSS
body * {
color: #000 !important;
}
html body * {
color: unset !important;
}
div {
color: orange;
}
<div>Hello, world!</div>
body * {
color: #000 !important;
}
html body * {
color: unset !important;
}
div {
color: orange;
}