JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<img class="middle" src="test.gif" width="80" height="40" />
</div>
CSS
.container {
width:200px;
height:200px;
background-color: green;
}
img.middle {
vertical-align:middle;
}