JSFiddle - React, Tailwind, and code Playground
by Adam Larson
HTML
<script src="https://cdn.jsdelivr.net/gh/eu81273/jsfiddle-console/console.js"></script>
JavaScript
r = s => s.replace(/[esbho]/gi, m => ({e:3, s:5, b:8, h:4, o:0})[m.toLowerCase()])
console.log(r("What in the world is going on"));
console.log(r("nCino is the Best company"));
console.log(r("Mike Bonner is back in town"));