JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrap">
</div>
CSS
#wrap {
width:100px; height:100px;
background-color: #f5f5f5;
background-image: url(http://f.cl.ly/items/0p3h230c3E0k4247203A/bg-wrap.png);
background-image: url(http://f.cl.ly/items/0p3h230c3E0k4247203A/bg-wrap.png), -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ebebeb));
background-image: url(http://f.cl.ly/items/0p3h230c3E0k4247203A/bg-wrap.png), -moz-linear-gradient(top, #f5f5f5, #ebebeb);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ebebeb');
background-position: 0 0; background-repeat: repeat;
}