JSFiddle - React, Tailwind, and code Playground

HTML

<div class="border"></div>

CSS

.border{
  border-bottom: 5px solid #599a68;
}