JSFiddle - React, Tailwind, and code Playground

by Ming Huang

HTML

<input id='test' type='text' />

CSS

input:focus {
  outline:none;
  border-color: rgba(113, 207, 255, 0.75);
  box-shadow: 0 0 3px 0 rgba(113, 207, 255, 0.75)
}