[data-component="box"] {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: orange;
  
  transition: all 0.5s ease;
}

