JSFiddle - React, Tailwind, and code Playground

by fiddlegrimbo

HTML

<div id="box">
WELCOME TO SUPER LEAGUE+
</div>

CSS

#box {
  position: absolute;
  width: 128px;
  height: 38px;
  border: solid 1px red;
  overflow: hidden;
  text-align: right;
}