Here I demonstrate the use of ReactJS 0.14.3 build 
    http://facebook.github.io/react/docs/getting-started.html
    The XML syntax inside of JavaScript is called JSX.
    
    In order to translate it to vanilla JavaScript we use 
    
    script type="text/babel" and include Babel to actually perform the transformation in the browser.