JSFiddle - React, Tailwind, and code Playground
by Luckypouet
HTML
<div class="test">dsf</div>
CSS
.test{
width: 50%;
height: 200px;
background: url(https://cdn.futura-sciences.com/buildsv6/images/wide1920/6/5/2/652a7adb1b_98148_01-intro-773.jpg) no-repeat center;
background-size: clamp(300px, 100%, 400px) auto;
}