Copies all inner text of an element specified by the `textid` attribute.
<script src="https://webutils.vitapavlik.cz/resources/js/copy-button.js" defer></script>
<button class="copy-button" textid="text-to-copy"></button>
<p id="text-to-copy">This text will be copied</p>
This text will be copied