JSFiddle - React, Tailwind, and code Playground

HTML

<p>Awesome <span>Clients</span></p>

CSS

span {
    font-weight: bold;
}