#dom-node {
    width: 100px;
}

.rect1 {
    height: 50px;
    background-color: green;
    font-size: x-large;
}

.rect2 {
    height: 50px;
    background-color: red;
    font-size: x-large;
}
