@sandeep and @vasan covered everything.
I would like to add few things .
Virtual DOM is tree a of ReactNodes
React Fragment is array of ReactNodes
ReactNode can be ReactElement or ReactText
React Component's render method should return a ReactElement