JSFiddle - React, Tailwind, and code Playground

by Jannis Rohden

HTML

<input placeholder="Text">

CSS

input {
	border: solid 1px #222;
	background: transparent;
}
input:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}