How do you make html position follow a mesh in react three fiber/drei?

By simply nesting it. If that were a plain mesh and not html it would not move either if a sibling group moves.

Ps don’t destruct position, scale etc, just do …props and then spread it {…props}, the component will be more flexible