Due to the component preventing default from happening (unless href is set) https://github.com/patternfly/patternfly-react/blob/5b472303da22cb9c67e9977b3933f6576c27ac01/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx#L60 ``` <CatalogTile description={ <div> <a href="www.google.com">Does not work</a> </div> } /> ``` Workaround is to also pass `href="#"` prop