JSFiddle - React, Tailwind, and code Playground

by timrwood

HTML

<script src="https://raw.github.com/timrwood/moment/1.7.2/min/moment.min.js"></script>
<script src="https://raw.github.com/timrwood/moment/1.7.2/min/lang-all.min.js"></script>

JavaScript

function log (msg) {
    $('body').append('<p>' + msg + '<p>');
}
    
log(moment.utc().lang("pt").calendar());