React, could you take a look at my codepen project and why React didn't render the components?

when doing Pomodoro Clock project on FreeCodeCamp , I encountered the problem that the React component did not render. I would like to ask everyone to take a look at it. The link is as follows, thank you for your guidance!

React Pomodoro Clock

Nov.02,2021

this.decrementSessionLength = this.derementSessionLength.bind(this);

typos derementSessionLength = > decrementBreakLength

Menu