JSFiddle - React, Tailwind, and code Playground
HTML
<h1><img src="http://www.shepton.biz/wp-content/uploads/2012/06/google_logo1.jpg" />Text Here</h1>
CSS
h1 {
width: 900px;
height: 125px;
background: url("http://www.shepton.biz/wp-content/uploads/2012/06/google_logo1.jpg") no-repeat center center;
text-indent: -99em;
}
h1 img {display: none;}