JSFiddle - React, Tailwind, and code Playground

HTML

<a href="" onclick='alert('hello, world.');'>Doesn't work</a><br />
<a href="" onclick="alert('hello, world.');">Works</a>