Utilizing Dash Mantine Components with Plotly Figures

Hi is it possible to embed dash mantine components inside plotly graphs?
I want to add buttons with custom tooltips into a px scatter geo plot where the buttons are attached to specific countries. Is this possible?

You can use relative-absolute positioning through style or css to place the map and additional controls within the same relatively-laid-out container, and then use absolute layout to set the size, position, and z-axis hierarchy.

Thanks so much!
Is it possible to give an example of that? How do I utilize relative-absolute positioning and absolute layout?