Tailwind CSS Classes

Tailwind CSS class .outline-none

<input class="placeholder-black block" placeholder="With outline"/>
<input class="outline-none placeholder-black block" placeholder="Without outline"/>

Preview

CSS source

.outline-none {
    outline: 0;
}

Check .outline-none in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Utilities category

© 2024 Shuffle. All rights reserved.