I want to let the user choose the color of an individual tabs border when it’s active, so that every tab can have different border colors when active.
Currently I have it so that the user can input a color in a field and the tabs get an “.is-active” class when clicked on. This works, but doesn’t allow the tabs to individually get a specific color when active.
How do I get the color the user inputs in a field, and give that value to the respective active element?