React.createElement(component, props, ...children)
component
props
children
createElement( 'div', null, createElement('p', null, 'hello'), createElement('p', null, 'world'), )