JSFiddle - React, Tailwind, and code Playground
by andig2
HTML
<script src="https://momentjs.com/downloads/moment.min.js"></script>
JavaScript
var d = moment.duration(1, 'year');
console.log(d.asMonths());
console.log(d.as('month'));
console.log(d.get('months'));