JSFiddle - React, Tailwind, and code Playground

by riaanc

HTML

<template id="test">
<div>
  <<p>Hello</p>
</div>
</template>

JavaScript

var test = $("#test").children().clone();
$("body").append(test);