Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <script src="https://fb.me/react-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
  <title>JS Bin</title>
</head>
<body>
  <div id="app"></div>
</body>
</html>
 
class Gravatar extends React.Component {
  render(){
    return (
      <figure>
        <img src="https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50" />
        <figcaption>John Smith</figcaption>
      </figure>
    );
  }
}
ReactDOM.render(<Gravatar/>, document.getElementById('app'));
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
teylorfelizpro
0viewers