JSFiddle - React, Tailwind, and code Playground

by nhuon

HTML

<button type="button" id="morePlaces">More Results</button>

JavaScript

$("#morePlaces").click(function()
{
    $("#morePlaces").html("ADS0");
});