JSFiddle - React, Tailwind, and code Playground

by Valentin Sarychev

HTML

<pre id="output"></pre>

CSS

#output {
    white-space: pre-wrap;
}

JavaScript

$('#output').text(navigator.userAgent + '\n\n' + 'Has Object.keys? ' + !!Object.keys)