JSFiddle - React, Tailwind, and code Playground
HTML
<h1 class="test1">asjdaslk</h1>
<h2 class="test2">fhsdaflhsd</h2>
CSS
.test1, .test2 {
color: red;
}
<h1 class="test1">asjdaslk</h1>
<h2 class="test2">fhsdaflhsd</h2>
.test1, .test2 {
color: red;
}