JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<h1>JS Event Example</h1>

<p onclick="alert('You have triggered an event by clicking.')">
  CLick here to display an alert.
</p>