JSFiddle - React, Tailwind, and code Playground

HTML

<div class="stars"></div>

CSS

.stars
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 320px;
    background: url('http://i59.tinypic.com/2i95zzk.png') left center repeat-x;
}