JSFiddle - React, Tailwind, and code Playground
by junto
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.1/moment.js"></script>
<div id="test">here</div>
JavaScript
var test = moment("2015-04-09T23:00:00").format('DD MMM YYYY HH:mm');
document.getElementById("test").innerText = test;