JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test">
</div>

CSS

#test {
    width: 200px;
    height: 200px;
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0, 0, 0, 1)), color-stop(50%,transparent), color-stop(100%,rgba(0, 0, 0, 1))), url('http://piic.us/di/3RIX/1.png');
background-repeat: repeat;
}