JSX - Javascript
See https://github.com/explorer436/programming-playground/tree/main/react-playground/06-jsx-javascript
- {} in JSX means going back to JavaScript Land
- value inside must be an expression (return value), can’t be a statement
See https://github.com/explorer436/programming-playground/tree/main/react-playground/06-jsx-javascript