JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.23/webcomponents.min.js"></script>
<script src="https://unpkg.com/sigiljs@latest/dist/sigil.min.js"></script>
<template id="hello-world">
  Hello World
</template>
<script>
  sigil("hello-world")
</script>
<hello-world></hello-world>