JSFiddle - React, Tailwind, and code Playground

by princefiddle

HTML

<div  class="dr" ><div class="drag-handle"></div><div name="text" class="upload_img"></div></div>

CSS

.dr {
	background: none repeat scroll 0 0 #654321;
	color: #123456;
	height: 50px;
	width: 50px;
	position:absolute;
}
.drag-handle {
	width: 100%;
	height: 10px;
	background-color: #123456;
	cursor: move;
}