JSFiddle - React, Tailwind, and code Playground
HTML
<p class="a">A</p>
<p class="b">B</p>
CSS
.a, .b{
color:red;
}
.b{
text-decoration:underline;
}
<p class="a">A</p>
<p class="b">B</p>
.a, .b{
color:red;
}
.b{
text-decoration:underline;
}