<style>
  div {
    width: 10px;
    height: 10px;
    background-color: #d64203;
  }
</style>

<body>
  <div style="width: 50px"></div>
  <div style="height: 50px"></div>
  <div style="width: 35px"></div>
  <div style="height: 50px"></div>
</body>