JSFiddle - React, Tailwind, and code Playground
HTML
<h1>TestWord</h1>
CSS
h1 {
color: pink;
}
h1:before {
content: "est";
position: absolute;
color: red;
}
<h1>TestWord</h1>
h1 {
color: pink;
}
h1:before {
content: "est";
position: absolute;
color: red;
}