JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<h1>luka <span>fwef</span></h1>

CSS

h1::last-word {
    color: red;
}