JSFiddle - React, Tailwind, and code Playground

HTML

<div>Example</div>

CSS

div{
    width: calc(100% -   50px);
    background: blue;
    color:white;
    }