JSFiddle - React, Tailwind, and code Playground
HTML
<div class="body"></div>
CSS
.body{
border-radius: 5px 5px 0px 0px;
margin-left: 15px;
margin-bottom: 15px;
background: black;
width: 165px;
height: 165px;
}
<div class="body"></div>
.body{
border-radius: 5px 5px 0px 0px;
margin-left: 15px;
margin-bottom: 15px;
background: black;
width: 165px;
height: 165px;
}