JSFiddle - React, Tailwind, and code Playground

by fadykamal

HTML

<div class='input'>
<input type="text" class="divaya" id='skills' name='skills'/>
</div>

CSS

.divaya
{
outline: none;
border:none;
}