JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

HTML

<h1 class="test1">asjdaslk</h1>
<h2 class="test2">fhsdaflhsd</h2>

CSS

.test1, .test2 {
  color: red;
}