Tooltip
Use Tailwind CSS tooltips, floating non-actionable labels that explain interface elements or features, to improve user experience and navigation.
vue
<button v-tooltip="'Tooltip Example'" > Lightbox </button>