JSFiddle - React, Tailwind, and code Playground

by stevea

HTML

<button id="getHTML">Collect HTML</button>
<div id="B_1380073471158" class="textCell cell active last_load ui-resizable ui-draggable ui-droppable" title="" rot="0" style="display: block; left: 42px; top: 20px; cursor: text; position: absolute; z-index: 50; opacity: 1; background-image: none; background-color: rgb(48, 48, 48); border-color: transparent; width: 975px; height: 554px;">
<div id="I_1380041631979" class="ui-wrapper imgBox last_load active ui-draggable ui-droppable" style="overflow: hidden; position: absolute; width: 660px; height: 495px; top: 28.5px; left: 155.5px; margin: 0px; border-width: 1px; border-color: transparent; border-radius: 0px 0px 0px 0px; background-image: none; background-color: transparent; box-shadow: 0px 0px 0px 0px rgb(136, 136, 136); padding: 0px; transform: rotate(0deg); z-index: 50;" rot="0">
<img class="ui-resizable" src="http://s20.postimg.org/fpitivjl9/Pelican.jpg" style="display: block; left: 482.5px; top: 62.5px; cursor: pointer; position: static; resize: none; height: 495px; width: 660px; margin: 0px;">
<div class="ui-resizable-handle ui-resizable-ne" style="z-index: 90; display: block;"></div>
<div class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se" style="z-index: 90; display: block;"></div>
<div class="ui-resizable-handle ui-resizable-sw" style="z-index: 90; display: block;"></div>
<div class="ui-resizable-handle ui-resizable-nw" style="z-index: 90; display: block;"></div>
</div>
<div class="cellGrip cellGrip_se" title="Drag"></div>
<div class="cellGrip cellGrip_sw" title="Drag"></div>
<div class="cellGrip cellGrip_ne" title="Drag"></div>
<div class="cellGrip cellGrip_nw" title="Drag"></div>
<div class="cellContent" contenteditable="TRUE"> </div>
<div class="ui-resizable-handle ui-resizable-ne" style="z-index: 90;"></div>
<div class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se" style="z-index: 90;"></div>
<div class="ui-resizable-handle ui-resizable-nw"...

JavaScript

$(function() {
    $('#getHTML').click(function() {
        debugger;
    });
});