JSFiddle - React, Tailwind, and code Playground

by SpaceDog

HTML

<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<div contenteditable="true" id="pasteCapture"
 style="height: 100px; width: 100px; " ></div>

JavaScript

function handlepaste() {
    console.log(t);
    console.log(e);
}
$('.pasteCapture').bind('onpaste', handlepaste);
function getFocus(){
    document.getElementById('pasteCapture').focus()
}