JSFiddle - React, Tailwind, and code Playground

by Paul P

HTML

<p>
    <span style="text-decoration: line-through; font-size: 1em;">
        Normal Thick Striked Text
    </span>
</p>
<p>
    <span style="text-decoration: line-through; font-size: 2em;line-height:.5em;">
      <span style="font-size: 0.5em; vertical-align: middle;">
        Double Thick Striked Text
      </span>
    </span>
</p>
<p>
    <span style="text-decoration: line-through; font-size: 3em;line-height:.33em;">
      <span style="font-size: 0.33em; vertical-align: middle;">
        Triple Thick Striked Text
      </span>
    </span>
</p>