JSFiddle - React, Tailwind, and code Playground

by Jake

HTML

<p>
When engineers do the UI...
</p>
<select>
  <option>--- choose</option>
  <option>Connect to Internet</option>
  <option>Destroy World</option>
</select>

CSS

* {
  font-size: 1em;
}