JSFiddle - React, Tailwind, and code Playground
HTML
<button onclick="$.get('/echo/xml/',function(){alert('ok')})" id="test">Ajax Test</button>
<div id="ajax">old content</div>
<button onclick="$.get('/echo/xml/',function(){alert('ok')})" id="test">Ajax Test</button>
<div id="ajax">old content</div>