JSFiddle - React, Tailwind, and code Playground

HTML

<section>
     <div id="mydiv3">
                      Get in Contact with the links below!
              </div>

    </section>

CSS

section { font-family: Helvetica, Arial, sans-serif; text-align:center}

#mydiv3 {text-align:center; margin: 0 auto; width: 200px; border-style:outset; border-width: 8px}