input is a void element tag and must neither have `children` not use `dangerouslySetInnerHTML`.

HTML
<input/> //HAS to be self-closing
Source

Also in HTML: