HTML to JSX Compiler

Live HTML Editor
 
 
var NewComponent = React.createClass({
  render: function() {
    return (
    );
  }
});