JSFiddle - React, Tailwind, and code Playground

by Brian Kowald

HTML

<!DOCTYPE html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

<textarea rows="2" style="width: 200px; overflow:auto">
This is some text
</textarea>

</body>
</html>