class ClassComponent extend React.Component { render(){ return( <h1> Class Component here </h1> ) } }