JSFiddle - React, Tailwind, and code Playground

by pj_js15

HTML

<div id="siteloader"></div>

TEST

CSS

html, body {
    height: 100%;
}

div {
    margin: 10px;
    height: 80%;
    border: 1px solid red
}

object {
    width: 100%;
    min-height: 100%;
}

JavaScript

//$("#siteloader").html('<object type="text/html" data="https://google.com" />');

$("#siteloader").load("https://facebook.com");

//$("#siteloader").html('test');
    //document.getElementById("content-window").innerHTML='<object type="text/html" data="http://www.fdsa.com?ID=1"></object>';