JSFiddle - React, Tailwind, and code Playground

by SeasonEnds

HTML

<div class="setheight">
    <img src="http://placekitten.com/400/400" />
</div>

CSS

.setheight {
    display:block;   
    float:left;        
    height:200px;
    width:400px;
    overflow-y: scroll;
    background-color:#999999;
}