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: 118px;
line-height: 118px;
background: red;
}
img {
vertical-align: middle;
}