React JS Components

Below index.js file showing both class and functional component. Person is the class component and App is the functional component. The App HTML also embed Person page embed into it. index.js Output: Hello, World! This is a example of class component in JSX. My name is Shrikant from Person class component