JSX element not render in Dynamic Form React JS

I want to make the Dynamic Form in React js based on the array of properties that get from the parent as props in Form Component. But Unfortunately, JSX elements are not created in the DOM.
I make a sample here. I would be so glad if someone can explain it.
Best Regards