JSFiddle - React, Tailwind, and code Playground
by Tilwin Joy
HTML
<div class="topHeader">
<img src="http://i.imgur.com/s62p3EL.jpg?1" />
<span id='txt'> Sample text</span>
</div>
CSS
div.topHeader {
height:70px;
background-color:#868686;
font-family: Segoe UI;
font-size:40px;
padding-left:30px;
display:table;
width:100%;
}
#txt{
display:table-cell;
vertical-align:middle;
}