JSFiddle - React, Tailwind, and code Playground

HTML

<div id="box">    
    sdfdsfdsfdsf
</div>

CSS

#box{
  background:url('https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSXwTmM2R_vmBHFpn720_8bGOaegnP5Kawh0wb4JggN5rUALGwGvw') no-repeat center center, linear-gradient(45deg, #A50F06 0%, #51A351 100%) repeat scroll 0% 0%;
    height:500px;
  }