var component = React.createClass({ render: function () { return ( <div> .. many elements here .. {this.props.children} </div> ); } });