I\'m trying to get an array of strings to display as paragraphs and allow an inline span tag inside of these strings.
My issue comes is when the value is added inside th
By default, React escapes HTML to prevent XSS just use dangerouslySetInnerHTML, take a look at oficial docs
dangerouslySetInnerHTML