JSFiddle - React, Tailwind, and code Playground
HTML
<input id="labeled-input">
<div>
<template shadowrootmode="open">
<label>This is the label</label>
<script>
console.log()
</script>
</template>
</div>
<input id="labeled-input">
<div>
<template shadowrootmode="open">
<label>This is the label</label>
<script>
console.log()
</script>
</template>
</div>