JSFiddle - React, Tailwind, and code Playground

by karthick Chandran

HTML

<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>

JavaScript

$(".row a").click(function(){
  $("cat-bonnet").css("color","red");
  
});