Hello,
I would like to add text inside the bar (white part)

Presently this is my code, what will be the .selector to add in the right area
.x-skill-bar .bar::after {
content: “IND Filing”;
background-color: transparent;
color: white;
font-weight: bold;
}