왼쪽에서 30px, 위쪽으로부터 15px, 용기를 기준으로 요소를 "topleft" 등급으로 배치하십시오.

.topleft {
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: 18px;
}

실행결과