JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

HTML

<div>
<span>asdadas</span><img />
</div>

JavaScript

$(function(){
	alert($("div").text());

});