JSFiddle - React, Tailwind, and code Playground
by sv_in
HTML
<script id="code1" type="text/myjs">alert('hi')</script>
JavaScript
eval(document.getElementById('code1').innerHTML)
by sv_in
<script id="code1" type="text/myjs">alert('hi')</script>
eval(document.getElementById('code1').innerHTML)