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;}
<div >
<p id="box" class="text">Jartto's blog</p>
</div>
#box{color: red;}
.text{color: yellow;}