JSFiddle - React, Tailwind, and code Playground
by pramendra
HTML
<style>
.centervert{
width: 300px;
height: 300px;
text-align: center;
line-height: 300px;
border:dotted;
}
.centervert img{
margin: auto;
vertical-align: middle;
}
</style>
<div class="centervert">
<img src="someimg.jpg" border="0" alt="">
</div>