JSFiddle - React, Tailwind, and code Playground

by Darker

HTML

<div id="output"><span>Response</span></div>
<div id="bottom">
    <span id="path">/home/users/me/</span>
    <span id="input"><input type="text" id="input_field" /></span>
</div>

CSS

html, body {
  background: black;
  color: white;
  font-family: monospace;
  padding:0px;
}
body {
  margin:0px;
  padding:0px;
}
div#output {
  width:99%;
  height:90%;
  overflow: scroll;
  overflow-x: hidden;
  margin:0px;
  padding:5px;
}