JSFiddle - React, Tailwind, and code Playground

by mattdlockyer

HTML

<body>
    <div id="ppitest" style="width:1in;padding:0px"></div>
</body>

JavaScript

screenPPI = document.getElementById('ppitest').offsetWidth;
alert(screenPPI);