Use the popover attribute for native tooltips and popovers.
This is a native popover!
title Tooltip
<button popovertarget="info">Show Info</button>
<div id="info" popover>
<p>This is a native popover!</p>
</div>
-----------------------------------------------------
<button title="This is a native tooltip">
Hover me (title attribute)
</button>