JSFiddle - React, Tailwind, and code Playground

by Sahin Deniz

HTML

<script src="https://moment.github.io/luxon/global/luxon.min.js"></script>

JavaScript

document.write(luxon.DateTime.local().toLocaleString(
  luxon.DateTime.DATE_FULL,
))