JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>
    <h1>This is my first attempt at HTML</h1>
        <center><p>So... hi, uh, how's this looking? 
            And... how do I add a background... heh. -.-
            I know almost no HTML</p></center>
    <h2>Feel free to type random stuff as I practice HTML</h2>
    <center><textarea name=Whatever you want! cols=30 rows=20></textarea></center>
</body>
</html>