<script src="/class/HoverToolTip.js"></script>
<iftc-hover-tooltip text="This is a tooltip!" position="below" width="200">
<button>Hover Me!</button>
</iftc-hover-tooltip>
<style>
iftc-hover-tooltip {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>