JSFiddle - React, Tailwind, and code Playground

by Lardpower

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js"></script>
<script src="https://momentjs.com/downloads/moment-timezone-with-data.js"></script>

JavaScript

alert(Intl.DateTimeFormat().resolvedOptions().timeZone + ' | ' + moment.tz.guess());