JSFiddle - React, Tailwind, and code Playground

by lostinplace

HTML

<html>
    <label>
        <span style="color:blue">An input box label:</span>
        <input name="aTextBox" value="some text" />
    </label>
</html>