JSFiddle - React, Tailwind, and code Playground
HTML
<div class="flDropDiv category_fl">
<div class="flItems"><a class="category_filter" href="http://192.168.1.156/eles/bed-linen/full-bed-sheets"> Full bed sheets </a> </div>
</div>
CSS
.newanchor:link {
color: maroon;
text-decoration: none;
}
.newanchor:hover {
color: yellow;
}
JavaScript
$(this).prop("disabled", false);
localStorage.setItem('Url', $(this).prop('disabled'));
alert(localStorage.getItem('Url'));