JSFiddle - React, Tailwind, and code Playground
HTML
<p style="font-weight: 100">This is Helvetica UltraLight!</p>
<p style="font-weight: 300">This is Helvetica Light!</p>
<p style="font-weight: normal">This is plain jane Helvetica!</p>
CSS
body { font: 200% Helvetica Neue, Helvetica, sans-serif; margin: 1em }
p + p { margin-top: 0.5em }