JSFiddle - React, Tailwind, and code Playground

by Aulia Rahmah Alhafidz

HTML

<input type="text" name="username" />
<input type="password" name="password" />

CSS

input[type="text"], input[type="password"]{border:1px solid #D76062}