JSFiddle - React, Tailwind, and code Playground

CSS

/*header navigation highlight current */
.cBIIBThemeLayout .header-profile-icons .slds-button.slds-button_icon-bare:focus {
    box-shadow: none; /*add this*/
    color: #1d598f!important;
}
/*team*/
.comm-page-custom-myteam button.slds-button.slds-icon_large.myteam {
    color: #2573ba;
}
c

/* global modal changes
.modal-header.slds-modal__header {
    background: #2573BA;
    color: #fff;
}
.modal-header.slds-modal__header h2.title {
    color: #fff;
    padding-right: 3rem;
}
.slds-modal__close {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
}*/