JSFiddle - React, Tailwind, and code Playground

by Laxmikant Dange

HTML

<div class="border"></div>

CSS

.border {
  border: 1px solid red;
  height: 100px;
  width: calc((100% - 2.3rem)/2);
}