I need to mix units in a dynamically generated div, but this doesn't render (IE left is still the default after that line is executed).
var tab3 = document.createElement('div');
tab3.className = 'tab';
tab3.style.display = 'none';
tab2.style.left = 'calc(~"200px+40vw")px';
[<>]snippet editor and produce a minimal reproducible example