JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box">
<img src="http://htmlforum.ru/uploads/profile/photo-thumb-75084.png?_r=1363801659"/>
<span>Text</span>
</div>
CSS
.box img {
height:50px;
vertical-align:middle;
}
.box {
line-height: 50px;
}