JSFiddle - React, Tailwind, and code Playground
HTML
<div>0</div>
CSS
</style>
<script src="http://github.hubspot.com/odometer/odometer.js"></script>
<link href="http://github.hubspot.com/odometer/themes/odometer-theme-minimal.css" rel="stylesheet" />
<style>
JavaScript
var el = document.querySelector('div');
od = new Odometer({
el: el, auto: false,
value: 12345,
duration: 3000,
format: 'd',
theme: 'minimal'
});