JSFiddle - React, Tailwind, and code Playground

by gromer

HTML

<ul id="folders-center-container"></ul>
<div id="output"></div>

JavaScript

alert('hello');
$('#output').html('hello');
$('#output').html($('#folders-center-container'));
$('#output').html($('#folders-center-container li'));