JSFiddle - React, Tailwind, and code Playground
by gion_13
HTML
<a href="#" class="block">I should have a strict width!</a>
CSS
.block{
display : block;
width : 50px;
}
JavaScript
$('a').hide();//.show();
by gion_13
<a href="#" class="block">I should have a strict width!</a>
.block{
display : block;
width : 50px;
}
$('a').hide();//.show();