JSFiddle - React, Tailwind, and code Playground
by lakshmipathi
HTML
Users from <div id="country" class="odometer">15</div> different countries practised more than <div id="cmds" class="odometer">10240</div> commands has spent <div id="hrs" class="odometer"> 20000</div> hours on webminal! (Last Update: Jan 12Feb 1, 2016)
<br/> Professors and Students from <div id="univ" class="odometer"> 4 </div> universities around the world used webminal platform in their class rooms.
CSS
</style><!-- This closes the open style tag above. Just a jsFiddle thing. Please ignore. -->
<!-- Odometr includes -->
<link rel="stylesheet" href="http://github.hubspot.com/odometer/themes/odometer-theme-car.css" />
<script src="http://github.hubspot.com/odometer/odometer.js"></script>
<!-- Extra styles for this example -->
<style>
.odometer {
font-size: 25px;
}
JavaScript
setTimeout(function(){
country.innerHTML = 130;
cmds.innerHTML = 1085238;
hrs.innerHTML =987822;
univ.innerHTML =117;
}, 500);