JSFiddle - React, Tailwind, and code Playground

by Slavenzka

HTML

<p>
	<label for="id">Text area</label>
	<input type="text" id="id">
</p>

CSS

p {
	background: red;
}

label, input