What is the first argument, x, that is sent to the createElement function?
x
createElement
React.createElement(x, y, z);
data that should be displayed in the element
the element that should be created
the properties of the element
the order in which this element should be placed on the page