JSFiddle - React, Tailwind, and code Playground

by mowglisanu

HTML

<input type="text" class="Input_Text"/>

CSS

.Input_Text { 
border:    none !; 
outline:    none;    
font-size:  15px;
margin:   5px 5px 5px 0px;
width:    195px;
height:    5px;
color:      black;
opacity:     0.6;
padding:    10px 10px;   
border-radius:  5px;  
font-family:  lucida grande;
margin-bottom: 5px;
 }