body,
html,
div {
  padding: 0;
  margin: 0;
}
.drag-item {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  position: relative;
}
