Box

The box is the simplest of components, it is more for illustrative purposes than anything. The classname is .box and any other element of component can go inside of it. This is styled with a border mostly so it can be seen.

The is a sub-header box

<div class="box">
  <h3>The is a sub-header box</h3>
</div>