JSFiddle - React, Tailwind, and code Playground

by chenxsan

HTML

<body onclick="alert('hey you just click a body element')">
  <p onclick="alert('hey you just click a p element')"><a href="http://www.zfanw.com/blog/" onclick="alert('hey you just click on a element');return false">陈三</a>
  </p>
</body>