JSFiddle - React, Tailwind, and code Playground

by refhat

HTML

<ul><li class="test">BLINK</li></ul>

JavaScript

$("document").ready(function() {
    $(".test").css("text-decoration","blink");
       
    
})