.tabs {
    display: flex;
    flex-flow: column;
}
.tab {
    display: inline-block;
    margin: 5px 0;
}
