JSFiddle - React, Tailwind, and code Playground
by operatino
HTML
<input type="text">
CSS
body {
background: black;
}
input {
border: solid 1px white;
background: none;
color: #fff;
}
by operatino
<input type="text">
body {
background: black;
}
input {
border: solid 1px white;
background: none;
color: #fff;
}