JSX Content Type question

All I want to do is blog about some JSX code. If I include this code directly in my .js file:

it works fine, I see

on screen.

But when i store that same code in Strapi, then call it from the API, I get:

 on screen.

Which is not what I want.

So it sounds like Strapi can’t do this?

Rich