I want to be able to pass text with HTML tags, like so:
not working.\" />
Bu
Parser from html-react-parser is a good solution. You just have to
call it with :
not working.") />
and it works well.