JSFiddle - React, Tailwind, and code Playground
HTML
<table border=1 class="table3 table4">
<tr>
<td>Пример</td>
</tr>
</table>
SCSS
.table4 {
-moz-box-shadow:0 0 10px #4195fc;
-webkit-box-shadow:0 0 10px #4195fc;
box-shadow:0 0 10px #4195fc;
}
.table3 {
-moz-box-shadow:0 0 10px #ffd700;
-webkit-box-shadow:0 0 10px #ffd700;
box-shadow:0 0 10px #ffd700;
}
JavaScript
var a=0;
if (a==0) {
document.getElementsByClass('table3').style.display = "none";
}