JSFiddle - React, Tailwind, and code Playground
by mattography
JavaScript
window.onload=function(){
(function() {
var ifrm = document.createElement('iframe');
ifrm.setAttribute('id', 'ifrm');
document.body.appendChild(ifrm);
// to place before another page element
var el = document.getElementById('marker');
el.parentNode.insertBefore(ifrm, el);
ifrm.setAttribute('src', 'http://jsfiddle.net/mattography/tmhfv2ft/1/show');
}());
}