JSFiddle - React, Tailwind, and code Playground
HTML
<div class="abc">
</div>
CSS
.abc{
width=300px;
height:200px;
margin:50px;
border:solid 2px black;
border-bottom: 5px double blue;
}
<div class="abc">
</div>
.abc{
width=300px;
height:200px;
margin:50px;
border:solid 2px black;
border-bottom: 5px double blue;
}