JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<div class="popup">
  popup
</div>

CSS

.popup {
  position: fixed;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}