JSFiddle - React, Tailwind, and code Playground

by Sub Lines

HTML

<div id="img-container">
</div>

CSS

body{margin:0}
#img-container {
  position: relative;
  background-image: url("https://d2i72ju5buk5xz.cloudfront.net/gsc/7QSFN8/e4/c1/0d/e4c10ddc12b349929a5ea5c2f9d6e57b/images/testberichte_redesign/u0.png?token=5d09e95fc72633a78e3acf979ad8aad2");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  max-width: 100vw;
  width: 100%;
  height: 7993px;
}