JSFiddle - React, Tailwind, and code Playground
by Avijit Kumar
HTML
<div class="a">
<img src="http://php.quicoto.com/wp-content/uploads/2013/06/css3.jpg" height="100" width="133">
<p> Title of the page </p>
</div>
CSS
.a {
text-align: center;
width: 100%;
float: left;
}
.a img {
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}
.a p {
display: inline-block;
margin: 0;
vertical-align: middle;
font-size: 30px;
font-weight: bold;
}