JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
html, body, div{
width: 1000vw;
}
div{
height: 500px;
background-image: url("http://exchangedownloads.smarttech.com/public/content/a2/a28daee5-573f-4f1d-943d-807b0fc164f5/previews/medium/0001.png");
background-repeat: repeat-x;
}