<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/API/Element/copy_event -->
<div class="source" contenteditable="true">Try copying text from this box...</div>
<div class="target" contenteditable="true">...and pasting it into this one</div>