Files

287 B

--seed--

--seed-contents--

<html>
  <body>
  </body>
</html>

::id{#key-for-css}

body {
  background: green;
}

::id{#key-for-jsx}

var x = 'y';

/* comment */
const Button = () => {
  return <button> {/* another comment! */} text </button>;
};