JSFiddle - React, Tailwind, and code Playground

by tara5

HTML

<div class='helloApp'>
	<input type="text" value="Dave" placeholder="Enter a name">
	<p>Hello, Dave!</p>
</div>