JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

html, body {
    position: relative;
    height: 100%;
    width: 100%;
}
div {
    background: url(http://payload61.cargocollective.com/1/0/15329/3535283/archipelago_day_1020.jpg), url(http://www.123inspiration.com/wp-content/uploads/2012/11/JR-Schmidt-Geometric-Landscapes-7.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat, no-repeat; 
    background-size: cover, cover;
    background-position: center center, center center;
    background-blend-mode: multiply, multiply;
}