JSX Content Type question

I only used the VideoPlayer code as a sample, displaying a video in JSX is not my issue. How do I store JSX code in the DB/CMS then retrieve and display in my component? I’ve tried using a Rich text field and a plain Text field, and my JSX code does not appear on screen like it does if I hard code it in my return() statement directly in my component.