Line 78: Parsing error: Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>? code example
Example: input is a void element tag and must neither have `children` not use `dangerouslySetInnerHTML`.
<input/> //HAS to be self-closing