JSFiddle - React, Tailwind, and code Playground
CSS
.main-navigation .active:after {
content: "";
position: absolute;
bottom: -8px;
left: 0px;
width: 100%;
height: 2px;
background: #fb565a;
}
.basket .active:after {
content: "";
position: absolute;
bottom: -8px;
left: 0px;
width: 100%;
height: 2px;
background: #fb565a;
}