JSFiddle - React, Tailwind, and code Playground

HTML

<div id='outerdiv'> 
<iframe src="http://www.intellicast.com/National/Radar/Current.aspx?location=USNY0850&animate=true" id='innerIframe' scrolling=no></iframe> 
</div>

CSS

#outerdiv 
{ 
width:756px; 
height:496px; 
overflow:hidden; 
position:relative; 
}

#innerIframe 
{ 
position:absolute; 
top:-546px; 
left:-349px; 
width:1280px; 
height:1200px; 
}