What is JSX?
A syntax extension to JavaScript that produces React “elements”
Why must the React object be imported when authoring JSX in a module?
All JSX gets convert to React.createElement calls, so it needs access to the React object
How can you make Webpack and Babel work together to convert JSX into valid JavaScript?
@babel/plugin-transform-react-jsx