div { width: 200px; height: 50px; background-color: #eee; overflow: visible; }
By default, the overflow is visible, meaning that it is not clipped and it renders outside the element's box.
Clickable & Draggable!