JSFiddle - React, Tailwind, and code Playground
by phloe
HTML
<div style="width: 2pc;"></div>
<div style="width: 2pt;"></div>
<div style="width: 2ex;"></div>
<div style="width: 2em;"></div>
<div style="width: 2rem;"></div>
<div style="width: 2in;"></div>
<div style="width: 2cm;"></div>
<div style="width: 20mm;"></div>
CSS
div {
background:red;
margin:5px;
height: 20px;
}