JSFiddle - React, Tailwind, and code Playground

by dandclark_msft

HTML

<input id="labeled-input">
<div>
  <template shadowrootmode="open">
    <label>This is the label</label>
    <script>
    	console.log()
    </script>
  </template>
</div>