While creating a component in Reactjs with input fields error occurs Error: Parse Error: Line 47: Expected corresponding JSX closing tag for input at http://localhost/
Error: Parse Error: Line 47: Expected corresponding JSX closing tag for input at http://localhost/
It happens when we do not close a html tag.
Make sure all the html tags are closed.
In my case it was the tag. It should be .
Try temporarily removing piece of code until you find which html tag closing is missing.