JSFiddle - React, Tailwind, and code Playground
HTML
<div id="test"></div>
JavaScript
//I don't have this function defined right now,If you are using some library like mongodb then this function will be there by default
function ObjectId() {
return []
}
//storing your data into variable yourdata
var yourdata = {
"_id": ObjectId("528ae48e31bac2f78431d0ca"),
"altitude": "110",
"description": [
{
"id": "2",
"des": "test"
}
],
"id": "1",
"latitude": "24.9528802429251",
"longitude": "121.509316013427",
"name": "H hotel"
}
$('#test').html(JSON.stringify(yourdata.description))