JSFiddle - React, Tailwind, and code Playground

by surfershot

HTML

<div id="container">
<div id="outerdiv">      
    <iframe id="innerdiv" width="614" height="345" src="http://www.cityofsantacruz.com/index.aspx?page=649" scrolling="no" frameborder="0"></iframe>
</div>
</div>

CSS

#container { width:614px; height:345px; margin:auto; }

#outerdiv {
width:614px;
height:360px;
overflow:hidden;
position:relative;
}
#innerdiv {
position:absolute;
top:-730px;
left:-444px;
width:1280px;
height:1200px;
}