Stand alone react font components?

Has anyone ever come across something like this? Some UI kits have them… where you can do

<Body>Hello World</Body>
or
<Body weight="bold">Hello World</Body>

It would be nice to be able to download a package separate from a UI kit. Sort of like how you find a lot of standalone react grid systems. I was about to roll my own, but wanted to see if anyone has done it already. Google isn’t showing much.

Sort of like this guy: