JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

HTML

<article>
  hi
</article>
<article>
  displays
</article>
<input>
<textarea></textarea>

CSS

article {
  background: red;
}