How to pass HTML tags in props

I want to be able to pass text with HTML tags, like so: <MyComponent text="This is <strong>not</strong> working." /> But inside of MyComponent's render method, when I print out ...