I'm in the process of porting an old project of mine into React and have found that passing content that includes HTML into the Tippy component has it still rendered as normal text only.
I've got a rough, simple outline of how things look in the project here: https://codesandbox.io/p/devbox/react-tippy-html-v6p4r6
This is my first React project so I'm sure there's something obvious I'm missing, any pointers would be greatly appreciated!