JSFiddle - React, Tailwind, and code Playground
by mysurfing
HTML
<script src="http://yastatic.net/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript">
window.onload =function(){
jQuery("#user-city").text(ymaps.geolocation.city);
jQuery("#user-region").text(ymaps.geolocation.region);
jQuery("#user-country").text(ymaps.geolocation.country);
}
</script>
<script src="http://api-maps.yandex.ru/2.0-stable/?load=package.standard&lang=ru-RU"type="text/javascript"></script>
Ваш город: <div id="user-city"></div>
Регион: <div id="user-region"></div>
Ваша страна: <div id="user-country"></div>