jQuery onlcikc CSS

$("button").click(function(){
  $("p").css("color", "red");
});
Naive Chief