JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">
<div>
</div>
</div>
CSS
.test div {
color: red
}
div {
color: blue
}
<div class="test">
<div>
</div>
</div>
.test div {
color: red
}
div {
color: blue
}