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();