JSFiddle - React, Tailwind, and code Playground
HTML
<ul id="debug">
</ul>
JavaScript
/*! unicode_hack.js
Copyright (C) 2010-2012,2014 Marcelo Gibson de Castro Gonçalves. All rights reserved.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without any warranty.
*/
var hackRegex = (function() {
/* Regexps to match characters in the BMP according to their Unicode category.
Extracted from running all characters (code units) against Java's
Character.getType. Source:
https://ideone.com/04llh4
*/
var unicodeCategories = {
...