JSFiddle - React, Tailwind, and code Playground

HTML

<div id="DIRECTIONS">
    <h2>Use the keyboard to rotate a face of the cube in a clockwise direction!
    <br>Hold down the shift key to rotate the desired face counter-clockwise.
    <br>Use your mouse to rotate the cube and zoom in and out.</h2>
</div>

CSS

#DIRECTIONS
{
    width: 500px;
    margin: 0px auto;
    background-color: #f0f0f0;
}