JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 200px;
margin: 20px;
height: 200px;
background-color: green;
background-image:
url('http://content.mycutegraphics.com/backgrounds/stripes/bright-striped-background.gif'),
url('http://rs902.pbsrc.com/albums/ac222/jvac/pattern-background.png~c200');
}