JSFiddle - React, Tailwind, and code Playground
by halflling
HTML
<div class="top">
</div>
CSS
.top
{
border-style: solid;
border-width: 1px;
width: 300px;
height: 200px;
}
.circle
{
background: lightgreen;
}
by halflling
<div class="top">
</div>
.top
{
border-style: solid;
border-width: 1px;
width: 300px;
height: 200px;
}
.circle
{
background: lightgreen;
}