JSFiddle - React, Tailwind, and code Playground

HTML

<nav>navigation</nav>

CSS

nav{
    width: calc(100% - 100px);
    background: red;
}

JavaScript

$('*').filter(function() {
          return $(this).css('width').indexOf('calc');
 }).css("display","none");