JSFiddle - React, Tailwind, and code Playground

by KendoDev

HTML

<script src="http://code.jquery.com/jquery-1.4.2.js"></script>
<div id="div1">
    123
</div>

JavaScript

$("#div1").html("456");