outline-none
The class outline-none is a Tailwind CSS class, part of the outline style classes in the category borders.
Example usage
The following code is an example on how to use the class outline-none.
The above code produces the following result:
Resulting CSS
outline: 2px solid transparent; outline-offset: 2px;