JSFiddle - React, Tailwind, and code Playground

by MarkKramer

HTML

<div id="framecover"></div>

<iframe src="http://google.com" width="300px" height="300px">
    <!--Fallback for older browsers-->
    <p>Your browser does not support iframes.</p>
</iframe>

CSS

#framecover{
    position:absolute; 
    width:280px;; 
    height:280px;
    top:10px;
    left:15px;
    z-index:1;
    background-color:transparent;
}