col is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML code example
Example: input is a void element tag and must neither have `children` not use `dangerouslySetInnerHTML`.
<input/> //HAS to be self-closing
<input/> //HAS to be self-closing