JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
div{
height: 400px;
width: 400px;
background:linear-gradient(180deg,#00000000,#000D1E4D,#00142D99),url('https://local.rathbones/sites/local.rathbones/files/2022-05/become-a-client-bg_0.png');
background-size:cover;
border:1px solid red;
padding:0px;
margin:0px;
background-position:center;
background-repeat:no-repeat;
}