JSFiddle - React, Tailwind, and code Playground

by koenpunt

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/chosen/1.5.1/chosen.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/chosen/1.5.1/chosen.jquery.js"></script>
<label for="chosenexample">PIzza</label>
<select id="chosenexample">
  <option></option>
  <option>One</option>
  <option>Two</option>
  <option>Three</option>
</select><br><br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.google.com" target="_blank">Google</a>

JavaScript

$("#chosenexample").chosen({width:'150px;'})