/** @jsx React.DOM */ var Tip = React.createClass({ render: function() { return (
{this.props.children} {this.props.text}
); }, });