Bootstrap tabs & pills

Hi, I can use bootstrap to display tabs following the example here:

https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_tabs&stacked=h

However, when I try to replicate Toggleable / Dynamic Tabs:
https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_tabs_dynamic&stacked=h

it fails

I need to pass in ’ data-toggle=“tab” ’ to replicate the bootstap html, ie:
"

 a data-toggle=“tab” href="#home">Home</a 

but when I try to do this with a dash component html.A(“Home”, data-toggle=“tab”, href="#home") I get a python syntax error.

Is there anyway to pass attributes into html.A() components in Dash?

PS yes i know there is a tabs component for dash but wanted a cleaner look and feel

Please try using the **{“property-name”:“value”}