JSFiddle - React, Tailwind, and code Playground

HTML

<div id="box">
  <p class="text">Jartto's blog</p>
</div>

CSS

#box{color: red;}
.text{color: blue;}