JSFiddle - React, Tailwind, and code Playground

by Michael Baas

HTML

<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.9/js/all.js"></script>
<span id="foo" onclick="$('#goo').append($('#foo').html());"><i class="fas fa-eye"></i></span>

<div id="goo">
HTML of "#foo":<br />
</div>