The Vuetify documentation includes live examples of v-tooltip at https://vuetifyjs.com/en/components/tooltips/
At the very bottom, there is a toggle version that allows the tooltip to remain visible.
Even though I have kept the tooltip alive, I am unable to select it using Chrome's element selector.
Moreover, I cannot locate the tooltip in the dev tools; despite extensive searching, I am unable to find where Vuetify has rendered the tooltip.
I have also searched for pseudo-elements with no success.
Where does Vuetify render its tooltips?