This will work for all tabs content background same color

and for tabs use this

Complete CSS Code
.tabs-content{
background-color: aqua;
}
.tabs-header-tab{
background-color: red;
}
You can apply Css according to your requirement now.
like if you want to change font color, margin, padding, border etc.
Thanks