JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

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