JSFiddle - React, Tailwind, and code Playground
HTML
<div class="word">Testimonial</div>
CSS
.word {
color: black;
}
.word:before {
color: red;
content: "Client ";
}
<div class="word">Testimonial</div>
.word {
color: black;
}
.word:before {
color: red;
content: "Client ";
}