JSFiddle - React, Tailwind, and code Playground

by Adam Boduch

HTML

<script src="https://rawgit.com/facebook/immutable-js/3.6.2/dist/immutable.min.js"></script>

JavaScript

var map = Immutable.Map({ foo: 'bar' });
console.log(map.sort());