JSFiddle - React, Tailwind, and code Playground
by painotpi
HTML
<figure class="item-img ">
<img src="http://images.autostash.com/parts/img/medium/wix/24056.jpg" alt="no picture">
</figure>
CSS
figure {
max-width: 90px;
max-height: 90px;
border: 1px solid red;
}
img {
max-height: 90%;
margin: 0 auto;
}