JSFiddle - React, Tailwind, and code Playground

by mqchen

HTML

<div class="i5"></div>
<div class="i6"></div>

CSS

.i5 {
    width: 58.6mm;
    height: 123.8mm;
    border-radius: 9.16mm;
    background: black;
    
    display: inline-block;
    margin: 20px;
}

.i6 {
    height: 138.1mm;
    width: 67.0mm;
    border-radius: 13mm;
    background: black;
    
    display: inline-block;
    margin: 20px;    
}