bootstrap 5 change tooltip arrow color
.tooltip.bs-tooltip-top .tooltip-arrow::before {
border-top-color: red;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
border-bottom-color: red;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
border-left-color: red;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
border-right-color: red;
}