JSFiddle - React, Tailwind, and code Playground

by yurikhan

HTML

<pre>Мой <del data-content="хххх">тятя</del> дядя самых честных правил</pre>

CSS

pre del {
  text-decoration: none;
}

pre del::before {
  content: attr(data-content);
  width: 0px;
  display: inline-block;
  overflow: visible;
}