JSFiddle - React, Tailwind, and code Playground

HTML

<div id='target'>
</div>

CSS

#target {
  position:fixed;
  top: calc(50vh - 100px/2);
  left: calc(50vw - 200px/2);
  width:200px;
  height:100px;
  background-color:red;
}