I would like to be able to visualize an xml document in a react application in a native way, so that it is shown as seen in this image: xml example
I have the xml2js library, which allows me to build an xml markup from a json, I just need how to view it, I found the XMLViewer library that supposedly would help me with it, but the only thing it does is show me an html with colors that is not what I'm looking for... if you know of a way to do it or of a library, I'd really appreciate it