'URL/link inside bootstrap accordion header

Is there a way to add a link to the header of an accordion item as described here: https://getbootstrap.com/docs/5.0/components/accordion/

Replacing: Accordion Item #1 with Accordion Item #1 and a <a href="https://duckduckgo.com/">link</a> does not make the link clickable. I want the link to be clickable, but without collapsing the header upon clinking. Only when I click anywhere but the link, I want the header to collapse.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source