in 04 - Layout/01 - Primitives.js [16:23]
render() { var { x, y, children } = this.props; return ( <div style={{ position: 'absolute', left: x, top: y }}> {children} </div> ); }