JSFiddle - React, Tailwind, and code Playground

HTML

<div class="box">
<iframe src="http://forum.htmlbook.ru/index.php?showtopic=40290" width="3000" height="3000" align="left">
    Ваш браузер не поддерживает плавающие фреймы!
 </iframe>
</div>

CSS

.box {
    position:relative;
    width:600px;
    height:280px;
    overflow:hidden;
}

.box iframe {
    position:absolute;
    top: -336px;
    left:-15px;

}