JSFiddle - React, Tailwind, and code Playground

by myrluk3

HTML

<div id="alma">
    <div id="inner"></div>
</div>

CSS

#alma {
    width:200px;
    background-color: red;
    padding: 0 20px;
     height: 50px;
}
#inner {
    width: 200px;
   height: 50px;
    border-bottom: 2px solid blue;
}