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;
}