JSFiddle - React, Tailwind, and code Playground

by John Grivas

HTML

<ul>
       <li><a href="#">The Stock Stop </a></li>
       <li><form action="" method="post">

        <input id="name" name="name" />
        <input type="submit" value="Search" />
      </form>
       </li>
       <li><a href="#">Profile</a></li>

       </ul>

CSS

li {
  display: inline-block;
 }