JSFiddle - React, Tailwind, and code Playground
by chiragvidani
HTML
<div class="hello mr person">
<div class="garage">
<ul class="stuff">
<li style="width: 148px;font-weight: bold;">ABC</li>
<li style="width: 148px;font-weight: bold;">PQR</li>
<li style="width: 148px;font-weight: bold;">PQR</li>
<li style="width: 148px;font-weight: bold;">PQR</li>
</ul>
</div>
</div>
JavaScript
$(document).ready(function () {
//$("li").removeAttr('style');
$("li").attr('style','');
});