<section>
  <span>1</span>
  <span>2</span>
  <span>3</span>
  <span>4</span>
</section>
section {
  writing-mode: vertical-lr;
  direction: rtl;

  > span {
    border: 1px solid red;
  }
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.