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