I am trying to add button to copy simple text string but without success.
Instead of the hidden attribute, use an offscreen class and the aria-hidden attribute (the latter for accessibility):
hidden
aria-hidden
.offscreen { position: absolute; left: -999em; }