JSFiddle - React, Tailwind, and code Playground

by cmruser

HTML

<div class="modal">
asdf
</div>

CSS

.modal {
  position: fixed;
  z-index: 100;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  
  border: 5px solid #333;
}