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 properties of the element
the order in which this element should be placed on the page
the element that should be created