JSFiddle - React, Tailwind, and code Playground
HTML
<div class="a b"></div>
CSS
.a::before {
content: 'a';
}
.b::before {
content: 'b';
}
<div class="a b"></div>
.a::before {
content: 'a';
}
.b::before {
content: 'b';
}