JSFiddle - React, Tailwind, and code Playground

by anoopsuda

HTML

<a>xxxxxxxxxxxxxxxx</a>

CSS

a {
  display: inline-block;
    position: relative;
}
a::after {
  content: "";
    display: inline-block;
    height: 2px;
    background: red;
    width: 100%;
}