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;
}