Skip to content

Instantly share code, notes, and snippets.

@rxluz
Created December 6, 2017 09:42
Show Gist options
  • Save rxluz/bea33f1ff2f62d87cab4223833710050 to your computer and use it in GitHub Desktop.
Save rxluz/bea33f1ff2f62d87cab4223833710050 to your computer and use it in GitHub Desktop.
render(){
 return (
 <div>
 <h1>Hey I am an element</h1>
 <i>And I am other element</i>
 </div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment