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;
}
by 규연 황
<div class="popup">
popup
</div>
.popup {
position: fixed;
inset: 0;
margin: auto;
width: fit-content;
height: fit-content;
}