JSFiddle - React, Tailwind, and code Playground

by Sergey khorev

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;
}