JSFiddle - React, Tailwind, and code Playground

HTML

<div>
<p>My text content is here......</p>
<p><a href="#">LINK1</a><a href="#">LINK2</a></p>
</div>

CSS

div {
    width:960px;
    border:1px solid;
    margin:0 auto;
}
a {
  
    padding:10px 10px 50px 10px;
    margin-right:20px;
    border:1px solid red;
}