JSFiddle - React, Tailwind, and code Playground
HTML
<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/jquery-ui.css" rel="stylesheet" />
<div id="divMain">loading</div>
CSS
.column { width: 200px; float: left; padding-bottom: 100px; }
.widget_header { background:#aaaaaa; padding: 10px; }
.widget_sub_header { background:#bbbbbb; padding: 10px; }
.widget_content { background:#cccccc; padding: 10px; }
.widget_footer { background:#dddddd; padding: 10px; }
.ui-sortable-placeholder { background:#dddddd; visibility: visible !important; }
.ui-sortable-placeholder * { visibility: hidden; }
JavaScript
var x = [2,3,4,2,3];
for(i=0;i<x.length;i++){
console.log(i);
}