JSFiddle - React, Tailwind, and code Playground
HTML
<div id="box-1">
</div>
CSS
#box-1 {
width: 500px;
height: 500px;
background-image: url('https://launchbit.com/carbon-i/6905-GermainCarbon.png');
background-position-y: center right;
background-repeat: repeat-x;
border: 1px solid;
}