JSFiddle - React, Tailwind, and code Playground

by cory a

HTML

<ul class="nav nav-pills">
					  <li><a class="" href="#">WU WIR HELFEN</a></li>
					  <li role="presentation" class="dropdown">
					  <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">WIE WIR HELFEN <span class="caret"></span></a>
					  	<ul class="dropdown-menu">
					      <li>Sub enlace 1</li>
					      <li>Sub enlace 2</li>
					      <li>Sub enlace 3</li>
					      <li>Sub enlace 4</li>
					    </ul>
					  </li>
					  <li><a href="#">WER WIR SIND</a></li>
					  <li><a href="#">SO HELFEN SIE</a></li>
					</ul>