import React from 'react'; import ReactDOM from 'react-dom'; import JqxNavigationBar from '../../../jqwidgets-react/react_jqxnavigationbar.js'; class App extends React.Component { render () { let innerHtml = '
' + 'Early History of the Internet
' + '' + '
' + '' + '
' + '
' + 'Merging the networks and creating the Internet
' + '
' + '' + '
' + '
' + 'Popular Internet services
' + '
' + '' + '
'; return ( ) } } ReactDOM.render(, document.getElementById('app'));