JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.4.0/moment-timezone.min.js"></script>
<input type="text" id="date" />
JavaScript
var date = moment('Tue, 18 Aug 2015 20:30:03 UTC +00:00');
alert(date);
$('#date').val(date); // "Wed Jun 29 2011 09:52:48 GMT-0700 (PDT)"