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.innerText = `Width: ${el.offsetWidth} Height: ${el.offsetHeight}`