JSFiddle - React, Tailwind, and code Playground

HTML

<html>
  <body>
    <div class="container">
      <img src="https://wallpaperstudio10.com/static/wpdb/wallpapers/1920x1080/170101.jpg" alt="Bild" class="bild">
      </div>
  </body>
</html>

CSS

.container {
  position: relative;
  top: 25vh;
}

.bild {
  height: 50vh;
  display: blocK;
  margin: 0 auto;
}