JSFiddle - React, Tailwind, and code Playground
by nhuon
HTML
<button type="button" id="morePlaces">More Results</button>
JavaScript
$("#morePlaces").click(function()
{
$("#morePlaces").html("ADS0");
});
by nhuon
<button type="button" id="morePlaces">More Results</button>
$("#morePlaces").click(function()
{
$("#morePlaces").html("ADS0");
});