JSFiddle - React, Tailwind, and code Playground
HTML
<div class="image">
</div>
CSS
.image {
background: url('https://www.w3schools.com/w3css/img_lights.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}