Can I add a delete line to textarea text?

can delete lines be added to textarea text? I want to achieve the effect that text deletion lines can appear when users click delete after textarea input.

Mar.25,2021

text-decoration: line-through;


my implementation is as follows: https://www.cnblogs.com/beile.
I have changed two places to make it possible, and
unhides the visibility: hidden; of the text box that occupies height. , and style text-decoration:line-through;


line-through attribute of CSS

Menu