JSFiddle - React, Tailwind, and code Playground

HTML

<div class="bodyheaddiv"><p class="bodyheadtext">Contact Us</p><img class="bodyhead" src="http://lrgi.org/wp-content/uploads/2012/10/Circle_Contact.png" alt="" /></div>

CSS

.bodyheaddiv {
width: 100%;
height: 102px;
}

.bodyhead {
text-align: center;
display: inline;
clear: none;
}

.bodyheadtext {
line-height: 102px;
display: inline;
clear: none;
}