Tooltip
Tooltip examples
Add data-bs-toggle="tooltip" attribute to initialize tooltip and put the content in title attribute
Set data-bs-placement attribute with top|bottom|right|left to change tooltip placement
Enable html content on tooltip by setting data-bs-html="true"
Change tooltip trigger to focus