JSFiddle - React, Tailwind, and code Playground

by MasterAlex

HTML

<div class="image-box"></div>

CSS

.image-box {
  dip
   width: 100vw;
   height: 200px;
   background-image: url(https://yt3.ggpht.com/a/AATXAJy4499TEL4LtOc9mcleE3Oj10jnilWhw93OOjqu=s900-c-k-c0xffffffff-no-rj-mo);
   background-size: cover;
   background-position: center center;
}