React JS: JSX

With JSX, you can write components that look like this: index.js In this example , App is function based component of react which return HTML wrapped inside div . Output:   Another Example : JavaScript expression within JSX: index.js Output: