JSFiddle - React, Tailwind, and code Playground
by abdennour
HTML
<script src="https://rawgit.com/abdennour/xclass/master/node_modules/x-date/index.js"></script>
<span id="out"></span>
JavaScript
document.getElementById('out').innerHTML=new Date().format('ddS mmmm yyyy');