JSFiddle - React, Tailwind, and code Playground
by taylorbuley
HTML
<div id="content">123</div>
CSS
#content {
height:100%;
width:-webkit-calc(20% - 10px);
background:#000;
}
by taylorbuley
<div id="content">123</div>
#content {
height:100%;
width:-webkit-calc(20% - 10px);
background:#000;
}