JSFiddle - React, Tailwind, and code Playground

HTML

<div class="word">Testimonial</div>

CSS

.word {
 color: black;       
}
.word:before {
 color: red;
 content: "Client ";
}