JSFiddle - React, Tailwind, and code Playground

by Trufa

HTML

<a href="#" class="question-hyperlink">Hello hello hi</a>

CSS

a{
outline:1px solid red;
width:50px;

}

JavaScript

$var = $(".question-hyperlink").width();

if($var > 450){
alert($var);
}