JSFiddle - React, Tailwind, and code Playground

by eget teteete

HTML

<div>Lorem ipsum <br> dolor sit.</div>

CSS

div{
  margin: 0 auto;
  width: 100px;
  height: 90px;
  border-top:1px solid black;
border-left:1px solid black;
border-bottom:1px solid black;

}