JSFiddle - React, Tailwind, and code Playground

HTML

<div class="wrapper">
        <div class="div_body_side1">
            <div id="div_category01">
                <p>
                    <a HREF="http://www.webaddress" > Short Description
                    </a>Longer description of where this link will take you
            </p>
            </div>    
        </div>
    </div>

CSS

.div_body_side1 p a{
    width:200px;float:left}