JSFiddle - React, Tailwind, and code Playground
HTML
<div id="container">
Test
</div>
<hr />
(Image from <a href="http://de.wikipedia.org/wiki/Benutzer:Anton">Anton from Wikipedia</a>, copyrighted under <a href="http://creativecommons.org/licenses/by-sa/3.0/">Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)</a>)
CSS
div#container {
width: 50%;
height: 260px;
background-image: url('http://upload.wikimedia.org/wikipedia/commons/0/0c/Fussball.jpg');
background-repeat: repeat-x;
}