Unfortunately tab’s styles are inline, so to override them you have to use either !important CSS sugar or add your own classes and define CSS rules with more specific selectors than the inline ones.
With dcc.Tabs(id="tabs") I think the id is only Dash side, meaning the component in HTML does not have such id. The class you are after is tab-parent.