Implement a Person component rendering a person details using the given markup
and use it 3 times inside the App instead of static markup.
<Person person={misha} /> (not individual fields);age if it is not given;wife for a partner and husband if a woman is married;I am not married message.npm test to ensure your solution is correct.<your_account> with your Github username in the DEMO LINK and add it to the PR description.