JSFiddle - React, Tailwind, and code Playground

by tymeJV

HTML

<div></div>

JavaScript

$("div").html("new stuff");
alert($("div").html());