JSFiddle - React, Tailwind, and code Playground
by c_vilander
HTML
<p class="test">strin<span>g</span></p>
CSS
.test {
color: red;
}
.test span {
color: blue;
}
by c_vilander
<p class="test">strin<span>g</span></p>
.test {
color: red;
}
.test span {
color: blue;
}