JSFiddle - React, Tailwind, and code Playground

by austegard

HTML

<h3>Jira Log Work Bookmarklet</h3>
To simplify time logging in Jira, drag this link to your bookmarks bar and simply click that when on the Jira ticket (it won't work for any other page) - all it does is the same exact thing as clicking More, then Log Work, but hey, one click less:
<p>

<a href="javascript:void(document.getElementById('log-work').click());">Log Work</a>

CSS

body {font-family: Helvetica, Arial}
a { border: solid 1px silver; padding: 5px}