Skip to content

Instantly share code, notes, and snippets.

@arjunattam
Last active January 13, 2020 23:48
Show Gist options
  • Save arjunattam/0b6a3518f03efcdfd21e8eab4bb887a0 to your computer and use it in GitHub Desktop.
Save arjunattam/0b6a3518f03efcdfd21e8eab4bb887a0 to your computer and use it in GitHub Desktop.
gistpad-playground
<h1>Testing</h1>
<div id="root">
&nbsp;
</div>
{
"scripts": [
"react",
"react-dom",
"https://cdnjs.cloudflare.com/ajax/libs/typescript/3.7.2/typescript.min.js"
],
"styles": []
}
console.log('testing')
ReactDOM.render(
<h1>Hello, world!</h1>,
document.getElementById('root')
);
h1 {
color: red;
font-family: sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment