#box{
  width: 100px;
  height: 100px;
  position: absolute;
}
.red{
  background-color: pink;
}

input[type="text"]{
  width: 50px;
}
