It's essential to have the capability to adjust the width and height of any element, similar to how we can modify padding and margin. We should have the flexibility to set dimensions in units like pixels (PX), percentage (%), viewport width (VW), viewport height (VH), root em (REM), and em (EM).
Currently, we have to use custom code to set these values.