JSFiddle - React, Tailwind, and code Playground

by NickU

HTML

<div class="toBottomRight">Bottom-Right</div>

CSS

.toBottomRight
{
  display:inline-block;
  position:fixed;
  left:100%;
  top:100%;
  transform: translate(-100%, -100%);
  white-space:nowrap;
  background:red;
}