JSFiddle - React, Tailwind, and code Playground

by each

HTML

<input type="text" value="this is a shit fucking value mate" />

JavaScript

$('input').bind('click', function() {
                $(this).select();
            });