JSFiddle - React, Tailwind, and code Playground
HTML
<p>DANS LA BALISE</p>
CSS
p {
text-decoration: line-through;
}
p:before {
content: "DANS LE BEFORE. ";
text-decoration: none !important;
display: inline-block;
}
<p>DANS LA BALISE</p>
p {
text-decoration: line-through;
}
p:before {
content: "DANS LE BEFORE. ";
text-decoration: none !important;
display: inline-block;
}