JSX is a syntax extension for JavaScript that allows writing HTML within JavaScript.
const element = <h1>Hello, React!</h1>;