JSFiddle - React, Tailwind, and code Playground
HTML
<span>Awesome </span>
CSS
span::after{
content:'Clients';
display:inline;
font-weight:bold;
}
<span>Awesome </span>
span::after{
content:'Clients';
display:inline;
font-weight:bold;
}