JSFiddle - React, Tailwind, and code Playground
HTML
<div class="m-bg"></div>
CSS
.m-bg{
width:400px;
height:200px;
background-image:linear-gradient(to bottom, rgba(200, 50, 0, 0.5), rgba(200, 50, 0, 0.5)), url("http://www.irmancatclub.co.uk/photos/impadora.jpg");
}