JSFiddle - React, Tailwind, and code Playground

by roberkules

CSS

#temp1, #temp1 iframe
    {
        position:absolute; 
        bottom:0; 
        height:100px; 
        width:100px; 
        border:solid 2px red;
}

JavaScript

var x = "<scr" + "ipt type=\"text/javascript\">\nif(typeof(cachebuster) == \"undefined\"){var cachebuster = Math.floor(Math.random()*10000000000)}\nif(typeof dcopt == undefined){var dcopt = \"dcopt=ist;\"} else {var dcopt = \"\"}\nif(typeof tile == undefined){var tile = 1} else {tile++}\ndocument.write('<scr'+'ipt src=\"http://ad.doubleclick.net/adj/shz.bloomington/home;pos=728x90_1;' + dcopt + 'tile=' + tile + ';sz=728x90;ord=' + cachebuster + '?\"></scr'+'ipt>');\n</scr" + "ipt>";
document.write('<div id="temp1"><div id="temp2">' + x + '</div></div>');