JSFiddle - React, Tailwind, and code Playground

by Vishal Kinjavdekar

HTML

<div class="abc">
    
</div>

CSS

.abc{
    width=300px;
    height:200px;
    margin:50px;
    border:solid 2px black;   
    border-bottom: 5px double blue;
}