Link to the code pen
Try switching to the old render method or downgrade to React 17
ReactDOM.render(<App />, document.getElementById('root'));
It passes when I do that.