JSFiddle - React, Tailwind, and code Playground
HTML
<div class="header">
<img src="http://u.cubeupload.com/Jonny/rt589Z.jpg" />
</div>
CSS
.header {
background:url(http://i.imgur.com/BzVtzl4.jpg) no-repeat;
}
.header img {
display:block;
margin:0px auto;
}