JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://brandonaaron.net/javascripts/plugins/mousewheel.js"></script>
<div class="wrap">
    <iframe width="320" height="320" src="http://htmlbook.ru" scrolling="yes" frameborder="no"></iframe>
</div>

CSS

.wrap
{
    width:310px;
    height:310px;
    overflow:hidden;
}