JSFiddle - React, Tailwind, and code Playground

by Kerrick

HTML

<div id="out"></div>

JavaScript

$('#out').html([10, 5, 1].sort().join(', '));