class Header extends React.Component { render() { return (

Hi there. What should we dive into today?

); } }