JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" onblur="window.setTimeout('document.body.appendChild(document.createTextNode(2));', 100);" />
<input type="button" onclick="document.body.appendChild(document.createTextNode(1))" />