JSFiddle - React, Tailwind, and code Playground

by hamix

HTML

<div id="exUrl">
</div>

CSS

#exUrl{
    border:1px solid #aaa;
    margin:10px;
    padding:5px;
    width:600px;
    height:800px;
}

JavaScript

$( document ).ready(function() {
    $("#exUrl").html('<object data="http://www.w3schools.com" style="width:100%;height:100%"/>');
});