JSFiddle - React, Tailwind, and code Playground

by OjisanSeiuchi

HTML

<div id="content">
  The histologic organization of the hepatic structure blah blah blah:
</div>

CSS

body {
  background-color: #111;
}

div#content {
  height: 200px;
  margin: 1% 20% auto 25%;
  border: 5px solid;
  padding: 5px;
  background-color: #ccc;
}