Skip to content

Instantly share code, notes, and snippets.

@pomber
Created April 27, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pomber/715a988f8435fa6ae3f75758af81bf0f to your computer and use it in GitHub Desktop.
Save pomber/715a988f8435fa6ae3f75758af81bf0f to your computer and use it in GitHub Desktop.
const element = (
<div id="container">
<input value="foo" type="text" />
<a href="/bar">bar</a>
<span onClick={e => alert("Hi")}>click me</span>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment