JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrap">
        Lorem
    </div>

CSS

body { background: red;}
.wrap {  
    min-height: 300px; 
    position: relative;
    background:  url(http://alpatriott.ru/works/primer/images/romashki.jpg) left top fixed no-repeat;
    -webkit-mask: url(http://selenit.freeoda.com/images/img_3.png) left top fixed no-repeat;
}