JSFiddle - React, Tailwind, and code Playground
by SpeakeazyYT
HTML
<div id="odometer1" class="odometer">123</div>
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-default.css" />
<script src="http://github.hubspot.com/odometer/odometer.js"></script>
<!-- Extra styles for this example -->
<style>
JavaScript
odometer1.innerHTML = 456;