how i can use html inside in ReactJs. I have the following code:
<Latex trust>$(\exists x)p(x,1)$ <h1>test</h1></Latex>
And it renders $(\exists x)p(x,1)$ <h1>test</h1>
I need it to render any html like : <table> <h1> <h2> <h3> etc..
How i can do that?