JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://altfast.org.ua/uploads/posts/thumbs/1201544185_1201397808_1200080003_20070719222055558_3.jpg" />
</div>
CSS
div {
width: 100px;
height: 150px;
border: 1px solid grey;
padding: 4px;
border-radius: 4px;
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
max-height: 120px;
}