JSFiddle - React, Tailwind, and code Playground

by Marventus

HTML

<div class="wrap">
    <iframe id="myiframe" src="http://document.online-convert.com/convert-to-html" />
</div>

CSS

iframe, wrap {
    position : absolute;
    top      : -500px;
    left     : -360px;
    width    : 1280px;
    height   : 1200px;
}
.wrap {
    width    : 400px;
    height   : 250px;
    overflow : hidden;
    position : relative;
}

JavaScript

$(window).load(function() {
    alert("marSrc");
});