I want to be able to pass text with HTML tags, like so:
not working.\" />
Bu
Adding to the answer: If you intend to parse and you are already in JSX but have an object with nested properties, a very elegant way is to use parentheses in order to force JSX parsing:
const TestPage = () => ( This is a test text! ) }}> );