Component ChildrenThere is one prop that gets special treatment unlike all the others. That, my friend, is this.props.children. Children allow you to pass components as data to other components, just like any other prop you use. The special thing about children is that React provides support through its ReactElement API and JSX. XML children translate perfectly to React children! var MyDiv = React