function StudentInfo(props){ return( <div className="main"> <h2>{props.name}</h2> <h4>{props.rollNumber}</h4> </div> ) }