JSFiddle - React, Tailwind, and code Playground

by borayeris

HTML

<div class="test"></div>

CSS

.test {
    width: 400px;
    height: 400px;
    background: linear-gradient( rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),    
    url(http://posterposse.com/wp-content/uploads/2016/07/first-star-trek-beyond-images-tease-new-friends-and-new-foes-spoilers-star-trek-3-g-752249.jpg) no-repeat center;
    background-size: cover;
}