JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    background-image: url(http://lorempixel.com/300/250/food),
                      url(http://lorempixel.com/300/250/cats);
    background-repeat: no-repeat;
    height: 500px;
    background-position: 0px 0px, center;
}