JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Output</h1>
<label>
  <select>
    <option value="0">link1</option>
    <option value="1" selected="selected">link2</option>
  </select>
  [label text should go here]
</label>
<pre><span class="placeHolder">The output block for JSON script!</span></pre>
<div id="linkthatsspecialforsomereason"><a href="#">Job States</a></div>

CSS

body { padding:10px; border:1px solid #000; }
pre { border:1px solid #ccc; }
#linkthatsspecialforsomereason { display:block; text-align:right; }