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