JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://cdn-careers.sstatic.net/careers/gethired/img/careers2-ad-header-so-crop.png" />
</div>
CSS
img {
display:block;
min-height:100%;
min-width:100%;
}
div {
position:relative;
border:solid 2px red;
overflow:hidden;
width:150px;
height:100px;
}