JSFiddle - React, Tailwind, and code Playground
HTML
<div class="bg">
<p>Here is some text to on top of the background image.</p>
</div>
CSS
div.bg {
background: url('http://i.imgur.com/ikxbnvc.png') repeat;
border: 5px solid #000;
box-sizing: border-box;
width: 100%;
height: 200px;
}