JSFiddle - React, Tailwind, and code Playground
HTML
<style type="text/css">
.box {
display: table-cell;
text-align: center;
vertical-align: middle;
width: 200px;
height: 200px;
border: 1px solid #000;
}
.box * {
vertical-align: middle;
}
/*\*//*/
.box {
display: block;
}
.box span {
display: inline-block;
height: 100%;
width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.box span {
display: inline-block;
height: 100%;
}
</style><![endif]-->
<div class="box">
<span></span><img src="http://silverflame.at.tut.by/decay.gif" alt="" align=""/>
</div>