JSFiddle - React, Tailwind, and code Playground

HTML

<div class="bor">
    123
</div>
<div class="bor">
    123
</div>
    
<div>
    123
</div>

CSS

.bor {
    border-bottom: 2px solid black; 
}