JSFiddle - React, Tailwind, and code Playground

HTML

<div>This is a text</div>
<div>This is a text</div>
<div>This is a text</div>
<div>This is a text</div>
<div>This is a text</div>
<div>This is a text</div>
<div>This is a text</div>

JavaScript

$("div").click(function()
             {
                $(this).css({"color":"yellow"}); 
             });