JSFiddle - React, Tailwind, and code Playground

HTML

Part of an external website:
<div>
    <iframe src="http://www.bbc.com/" scrolling="no" frameborder="no"></iframe>
</div>

CSS

div {
    position: relative;
    width: 624px;
    height: 300px;
    overflow: hidden;
}
iframe {
    position: absolute;            
    top: -95px;
    left: -25px;
    width: 1024px;
    height: 768px;
}