JSFiddle - React, Tailwind, and code Playground

by magizter

HTML

<span class="strikethrough">GĂĽnstiger Zahnarzt in Ungarn</span>

CSS

.strikethrough {
    position: relative;
}

.strikethrough:before {
    border-bottom: 1px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
}