when to use js and jsx code example
Example 1: use jsx html
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
Example 2: what is jsx
// JSX is an extension of JavaScript XML.
// Example
const element = <h1>Hello, world!</h1>;