JSFiddle - React, Tailwind, and code Playground
by Abdul Ahmad
HTML
<article>
hi
</article>
<article>
displays
</article>
<input>
<textarea></textarea>
CSS
article {
background: red;
}
by Abdul Ahmad
<article>
hi
</article>
<article>
displays
</article>
<input>
<textarea></textarea>
article {
background: red;
}