JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://www.google.com.hk/intl/zh-CN/images/logo_cn.png" width="276" height="110" alt="Google China">
</div>
CSS
div {
height: 300px;
background: red;
}
div img {
position:relative;
top:50%;
margin-top:-55px;
}