JSFiddle - React, Tailwind, and code Playground
by Alan Doe
HTML
<div class="contentContainer">
<div class="appContainer">
</div>
</div>
CSS
body
{
background-color:rgb(250,250,210);
}
.contentContainer
{
width:170px;
height:300px;
}
.appContainer
{
border-radius:5px;
background-color:white;
box-shadow:0 0 5px rgb(220,220,220);
width:100%;
height:100%;
}