Parse Error: Adjacent JSX elements must be wrapped in an enclosing tag in React JS


All HTML element should be closed proper.


return(
    
)

It should be wrapped in a parent element.


 return(
      
)

also please check element should be close like (, ).