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; 
}