JSFiddle - React, Tailwind, and code Playground

HTML

<div class="subject">
    <iframe src="http://example.com"></iframe>
</div>

CSS

.subject iframe {
    border:medium none;
    height: 40px !important;
    overflow-y: scroll;
}