.custom {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.custom::after {
    content: '';
    display: inline-block;
    width: 100%;
    left: 0;
    height: 1px;
    position: absolute;
    background-color: black;
    bottom: -12px;
}