React.createElement
ReactElement createElement(
string/ReactClass type,
[object props],
[children ...]
)
Create and return a new ReactElement of the given type. The type argument can be either an html tag name string (eg. 'div', 'span', etc), or a ReactClass (created via React.createClass).