JSFiddle - React, Tailwind, and code Playground
HTML
<style type="text/css">
.box{
width: 200px;
height: 200px;
border: 1px solid #000;
text-align: center;
line-height: 200px;
}
.box img {
vertical-align: middle;
}
</style>
<div class="box">
<img src="http://silverflame.at.tut.by/decay.gif" alt="" align=""/>
</div>