JSFiddle - React, Tailwind, and code Playground

HTML

<nav>navigation</nav>

CSS

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

JavaScript

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