JSFiddle - React, Tailwind, and code Playground

by ovi_mihai

HTML

<div id="something">
    456
</div>

JavaScript

$('#something').html(123);