JSFiddle - React, Tailwind, and code Playground

by Alan Lins

HTML

<div id="result">

</div>

JavaScript

document.getElementById("result").innerHTML = 'C'.charCodeAt().toString(2);