This recursive function will format your text nicely into react elements. No
library required.
When building modern web apps you will often come across the issue of rendering
text stored in either json files, or perhaps from a database entity, or maybe
text fetched from an endpoint. This is a