JSFiddle - React, Tailwind, and code Playground

HTML

<div >
  <p class="two one">Jartto's blog</p>
</div>

CSS

.one{color: red;}
.two{color: blue;}