JSFiddle - React, Tailwind, and code Playground

by Nikaple

HTML

<div style="width:200px;height:200px;"></div>

CSS

div {
  text-overflow: ellipsis;
  border: 1px solid red;
  overflow: hidden;
  background: linear-gradient(silver 49%, silver 51%, 0 transparent)
}