JSFiddle - React, Tailwind, and code Playground

by HenryGarle

JavaScript

var vhtml="<div><div id='test'>zebra</div><div id='foo'>here is my many other html content</div></div>";

var foo = $(vhtml).find('#foo').html();

alert(foo);