.label {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 2px 4px;
    font-size: 12px;
    border: 1px solid #ccc;
    pointer-events: auto;
}
body {
    margin: 0;
    display: flex;
    font-family: sans-serif;
}

#room {

    background: #fff;
    border: 20px solid #000;
}

.furniture {
    position: absolute;
    cursor: grab;
    box-sizing: border-box;
}

.tableItem {
    width: 100%;
}