JSFiddle - React, Tailwind, and code Playground

HTML

<span>Awesome </span>

CSS

span::after{
    content:'Clients';
    display:inline;
    font-weight:bold;
}