import React from 'react'; import ReactDOM from 'react-dom'; import JqxPanel from '../../../jqwidgets-react/react_jqxpanel.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'));