JSFiddle - React, Tailwind, and code Playground
by Mehmet Yener
HTML
<div class="iphone">
</div>
CSS
.iphone
{
height:1136px;
width:640px;
border:1px solid #000;
}
by Mehmet Yener
<div class="iphone">
</div>
.iphone
{
height:1136px;
width:640px;
border:1px solid #000;
}