Assuming you could set a unique class or id on that element you could use the (limited browser support) property all and set it to unset or initial
Something like
<div class="ignore-css"><div>
and
.ignore-css{all:unset;}
Assuming you could set a unique class or id on that element you could use the (limited browser support) property all and set it to unset or initial
Something like
<div class="ignore-css"><div>
and
.ignore-css{all:unset;}