Width & Height
Width
w-full w-screen w-1/2 w-1/3 w-64
Example:
<div class="w-1/2"> 50% Width </div>
Height
h-screen h-full h-64
Example:
<div class="h-screen"> Full Viewport Height </div>
w-full w-screen w-1/2 w-1/3 w-64
Example:
<div class="w-1/2"> 50% Width </div>
h-screen h-full h-64
Example:
<div class="h-screen"> Full Viewport Height </div>