You can write a className for Tabs tag & Iterate Button tag to change styles.
I have added tabsContainer as className below & changed button styles from the parent tag.
<Tabs aria-label="Default tabs" className="tabsContainer" variant="default">
CSS:-
.tabsContainer button:focus {
color: #80143c;
}