How can I display a tooltip for the tree elements in DhtmlxTreeView component?

Hi Team,
I was trying to find out a way to display the tooltip when I hover over any element on the TreeView component.
I found out that there is no built-in method or way to add a tooltip like we do for icons and text.
But if we pass an HTML element as a text then I can see the tooltip on the tree element, but the select operation doesn’t work when I click on that particular HTML element.
Need help to resolve this. Or let me know if there is any other way to handle the tooltip when we hover on the tree element.

Thanks