JSFiddle - React, Tailwind, and code Playground

by Rahul Kadyan

HTML

<p>Test Max Size</p>

CSS

p { width:10000000000px; height:10000000000px; }

JavaScript

const el = document.querySelector('p')

el.innerHTML = `Width: ${el.offsetWidth}px <br> Height: ${el.offsetHeight}px`