Reimplement the Silly Story Generator using React. This version of the web app should:
- Have a single react component.
- Use state for:
- the text box.
- the radio buttons.
- the story text.
Feel free to use the HTML, CSS, and JavaScript code from the previous version of the app to facilitate creating the React version.