JSFiddle - React, Tailwind, and code Playground

HTML

<!--
The same thing would happen if you were to:

* Use `display: flex;` and `float: right;`
* Put it in a grid-area with `margin: auto;` or `justify-self: center;`
-->
<div style="display: inline-flex; overflow: auto; height: 100px;">
  <div style="flex: none; width: 100px; height: 200px;"></div>
</div>