JSFiddle - React, Tailwind, and code Playground

by Johnny Walker

HTML

<p>
<input type="text">
</p>
<textarea></textarea>

CSS

input, textarea {
  outline: none;
}