<div id="tooltip"></div>
hx.select('#tooltip')
.set(hx.tooltip({
text: 'A little bit more information',
label: 'Text tooltip label'
}));
<div id="tooltip-icon"></div>
hx.select('#tooltip-icon')
.set(hx.tooltip({
icon: 'fas fa-info-circle',
text: 'A little bit more information',
}));
"Font Awesome 5 Free"
font to be available on the page