JSFiddle - React, Tailwind, and code Playground
HTML
<div class="border"></div>
CSS
.border {
border: 1px solid red;
height: 100px;
width: calc((100% - 2.3rem)/2);
}
<div class="border"></div>
.border {
border: 1px solid red;
height: 100px;
width: calc((100% - 2.3rem)/2);
}