JSFiddle - React, Tailwind, and code Playground

by SpiceLab

HTML

<div class="bild"></div>

CSS

.bild {
  position:fixed;
  right:0;
  left:0;
  margin-right:auto;
  margin-left:auto;
  /* zu Demozwecken von mir frei gewählt*/
  height:100px;
  width:500px;
  background-color:blue;
}