JSFiddle - React, Tailwind, and code Playground

HTML

<div id="content">
      <img src="http://www.hdwallpapers.in/walls/cute_dog_boo-wide.jpg" width="300" />
    </div>

CSS

#content {
	height: 100px;
	width: 200px;
	overflow-x: hidden;
	overflow-y: visible;
}