JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
width:280px;
height:200px;    
background:#ccc;
border-bottom:3px solid #333;    
}