JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://lorempixel.com/400/400/animals/">
</div>
CSS
div {
width:300px;
height:300px;
overflow:hidden;
}
div img {
min-width:100%;
}