React's createElement is at the core of most React applications, and due to it being used indirectly through JSX you may not even know it!
Further, createElement is a normal function and we can implement our own version of createElement to use in our React applications.