JSFiddle - React, Tailwind, and code Playground

HTML

<div>
Div
<span>Span</span>
</div>

CSS

div{
  color: red;
}
span{
 all:initial;
}