JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
background-image: url(http://www.sunhome.ru/i/wallpapers/61/pozitivnie-kartinki.orig.jpg);
background-size: cover;
position: relative;
width: 400px;
height: 300px;
}
div::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: url(http://orig01.deviantart.net/2916/f/2012/023/1/5/png_de_avril_lavigne_by_aguusedicionesdetodo-d4nfazr.png);
}