JSFiddle - React, Tailwind, and code Playground
by Ryan Morris
HTML
<h1>
Hello
</h1>
JavaScript
console.log('Hello!');
bad;
// fetch the h1
// edit the content
// make it bounce
// then add a click handler
// console.log()
by Ryan Morris
<h1>
Hello
</h1>
console.log('Hello!');
bad;
// fetch the h1
// edit the content
// make it bounce
// then add a click handler
// console.log()