The class opacity-80 is a Tailwind CSS class, part of the opacity classes in the category effects.
The following code is an example on how to use the class opacity-80.
<button class="bg-indigo-800 px-4 py-2 rounded-xl text-white opacity-80">Button</button>
The above code produces the following result:
opacity: 0.8;
Build, design and debug your Tailwind website visually with Tailscan, right within the browser.
Try on this page