JSFiddle - React, Tailwind, and code Playground

by SpiceLab

HTML

<form action="...">
  <input type="text" id="app" name="app" value="APP" onfocus="this.value=''"><br>
  <input type="text" id="environment" name="environment" value="Umgebung" onfocus="this.value=''"><br>
  <input type="submit" value="Senden">
</form>

CSS

form {text-align:center}