JSFiddle - React, Tailwind, and code Playground
by brigand
HTML
<div id="modal">
</div>
CSS
#modal {
margin: 1em auto;
width: 250px;
height: 500px;
box-shadow: 0 0 5px 2px black;
border-radius: 1em;
}
by brigand
<div id="modal">
</div>
#modal {
margin: 1em auto;
width: 250px;
height: 500px;
box-shadow: 0 0 5px 2px black;
border-radius: 1em;
}