RandomQuoteError

Good morning, please I am having issue how to use React on codepen, I wrote a random quote in react but I having a blank page however the same code work fine in vscode, here is the link of the code:
https://codepen.io/MMountaga/pen/VwKwJqo
Please I need your help

Hello there,

In order to use React within CodePen, you need to set the preprocessor to Babel, and import React and React-DOM from a CDN:

Hope this clarifies