JSFiddle - React, Tailwind, and code Playground

by Glynne Turner

HTML

<select class="dis">
<option>1erwer</option>
<option>2wwerwer</option>
<option>3werwer</option>
<option>4werwer</option>
<option>5wrwer</option>
</select>

CSS

option{
padding:20px;
 }

JavaScript

$('select option').css({'height':'40px'});