is now part of Shuffle™. The new editor includes templates for Tailwind CSS, Bootstrap, Bulma, and Material-UI.
Switch to Shuffle →
← Tailwind CSS classes list

Tailwind CSS class: .outline-none

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

Preview

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.

CSS source

.outline-none {
    outline: 0;
}

More in Tailwind CSS Utilities