JSX
From Just Solve the File Format Problem
JSX (JavaScript eXtended?) is an extension of ES6 JavaScript that supports embedded HTML elements. JSX was introduced as part of Facebook's front-end ecosystem React. To be used in the standard JavaScript environments, JSX must be transpiled to JavaScript using the free and open source transpiler Babel.