React Render HTML
React render is a method used to render React elements into the DOM,
updating as needed based on state changes.
What is JSX?
JSX stands for JavaScript XML.
JSX allows us to write HTML in React.
JSX makes it easier to write and add HTML in React.