JSFiddle - React, Tailwind, and code Playground

HTML

<div class="cover"></div>

CSS

.cover{
    background-image: url("https://dl.dropbox.com/u/69217301/bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 126px;
}