Create a component called Add that accepts two properties A and B and renders the addition of A and B in an H1 element code example
Example: create-react-app class component
npx create-react-app my-app --scripts-version [email protected]
npx create-react-app my-app --scripts-version [email protected]