Skip to content

Instantly share code, notes, and snippets.

@brunoventura
Created September 24, 2018 05:47
Show Gist options
  • Save brunoventura/56f3a0a524a0865189bdd7a91011e6af to your computer and use it in GitHub Desktop.
Save brunoventura/56f3a0a524a0865189bdd7a91011e6af to your computer and use it in GitHub Desktop.
React.createElement("div", null,
React.createElement("img", {src: "profile.jpg", alt: "Profile photo"}),
React.createElement("h1", null, "Welcome back Ari")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment