JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<h1>Hello, it's me!</h1>
</div>
CSS
div {
display:block;
background:url('http://placehold.it/500x500') 0 0 no-repeat;
background-color:rgba(0, 0, 0, 1);
background-size:cover;
height:500px;
width:500px
}
div:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
opacity: .4;
z-index: 1;
background-color:black
}