JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src="http://microsoft.com" class="restricted"></iframe>
CSS
.restricted{
width:200px;
height:200px;
overflow-y: hidden;
-ms-overflow-y: hidden;
}
<iframe src="http://microsoft.com" class="restricted"></iframe>
.restricted{
width:200px;
height:200px;
overflow-y: hidden;
-ms-overflow-y: hidden;
}