.tabs {
    border-bottom: 1px solid black;
}

.tabs > .button {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
}

* + .tabs {
    margin-top: 1.875rem;
}
