Create LabelGraphics in Screen Space

I was wondering if there was a way to create a LabelGraphics in the screen space? Maybe a trick or something. Add the LabelGraphic as a child of the camera?

If you just want floating text at an absolute position in the viewport, you can use regular HTML + CSS to do that. The point of a LabelGraphic is that it’s attached to an Entity, which exists in 3D space.