How to make text hover/be above sprite (e.g. addChild)

I add image/sprite
Then I add physics to said image/sprite. It works perfectly.
Then I add text
Since phaser 3 (some version) I can’t “addChild” to make text follow sprite
Docs say use “containers”, but what do I add physics to then? Do I add them to a container?
It does work but it feels like an awful way to do that.

image

Am I missing something? Also how do I center stuff inside, like “setOrigin” that texts have?
Sorry if I sound a little bit jaded, I’ve wasted half a day trying to figure this rather simple issue out.

You can use a physics-enabled Container or just update the text’s position manually.