JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo"><span>ОМПА</span></div>

CSS

.foo {
  margin: 0 auto;
  width: 350px;
  height: 350px;
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);
  font-size: 150px;
  overflow: hidden;
  position: relative;
}
.foo span {
  position: absolute;
  left: -50px;
  bottom: 20px;
}