JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">
<img src="http://news.bbcimg.co.uk/media/images/60382000/jpg/_60382181_ian_bell_pa.jpg" width="624" height="351" alt="Ian Bell" itemprop="image">
</div>
CSS
.test {
width: 100px;
height: 100px;
overflow: hidden;
}
.test img {
max-width: 100%;
max-height: 100%
}