JSFiddle - React, Tailwind, and code Playground
HTML
<p>собственно</p>
CSS
p
{
color: #A60000;
font-size: 40px;
}
p:before
{
position: absolute;
content: 'собственно';
color: #FF7373;
height: 25px;
overflow: hidden;
}
<p>собственно</p>
p
{
color: #A60000;
font-size: 40px;
}
p:before
{
position: absolute;
content: 'собственно';
color: #FF7373;
height: 25px;
overflow: hidden;
}