let CommentBox = React.createClass({ render: function () { "use strict"; return ( <div className="commentBox"> Hello, world: I am a CommentBox. </div> ); } });