JSFiddle - React, Tailwind, and code Playground

by tea4two

HTML

<p class="text">あいうえお</p>

CSS

p.text {
  color: blue;
}

p {
  color: red;
}