JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<div>
    <img src="http://sandropaganotti.com/wp-content/goodies/misc/landscape.jpg">
</div>

CSS

div{
    width: 200px;
    height: 200px;
    overflow: hidden;
}
img{
    height: 100%;
}