JSFiddle - React, Tailwind, and code Playground

HTML

<span></span>
  <span></span>
  <div></div>

CSS

div {
    background:url('http://i.stack.imgur.com/tQTRW.gif') repeat;
    height: 500px;
  }
  span {
    width: 108px;
    height: 18px;
    display: block;
    background:url('http://i.stack.imgur.com/tQTRW.gif') repeat-x left;
  }