JSFiddle - React, Tailwind, and code Playground
HTML
<div id="app">
<div class="anies">
Anies Muhaimin: <span class="nol1"></span>
</div>
</div>
JavaScript
/* https://sirekap-obj-data.kpu.go.id/pemilu/hhcw/ppwp.json */
$.ajax({
url: 'https://sirekap-obj-data.kpu.go.id/pemilu/hhcw/ppwp.json',
method: 'GET',
success: function (response){
/* console.log(response) */
$(".nol1").text( response.chart."100025")
}
})