JSFiddle - React, Tailwind, and code Playground

HTML

<header class="logoBar"></header>

CSS

.logoBar {
   background:url('http://img704.imageshack.us/img704/2162/67726065.jpg') repeat-x center top;
   width: 900px;
   height: 300px;
}