JSFiddle - React, Tailwind, and code Playground

HTML

<div class="hightlight">Hello world</div>

CSS

.hightlight {
    color: yellow;
}