Utilities for controlling the opacity of an element.
<table style="display: table;">
<thead>
<tr>
<th style="text-align: center;">Class</th>
<th style="text-align: center;">Properties</th>
</tr>
</thead>
<tbody>
<tr><td>opacity-<i><integer></i></td><td>opacity: <i><integer / 100></i>;</td></tr>
</tbody>
</table>
### Tailwind compatibility
Opacity values don't follow Tailwind's philosophy of limiting possible values and all numbers
from 0 to 100 are supported. They are however perfectly compatible with Tailwind's values.
[Tailwind reference](https://tailwindcss.com/docs/opacity)