JSFiddle - React, Tailwind, and code Playground
HTML
<div class="UpperTitle">
<img src="http://factoryjoe.com/projects/wordpress-icon/files/wordpress-icon-48.png" />
CableSolve Web Dashboard - Version 0.1.1
</div>
CSS
.UpperTitle {
text-align: center;
padding: 40px 0;
background-color: #CEDEF4;
font-weight:bold;
color: #224499;
border-radius: 10px;
position: rela1tive;
}
.UpperTitle img {
position: absolute;
left: 20px;
top: 35px;
}